pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/deforaos-terminal



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 22 11:25:24 UTC 2023

Modified Files:
        pkgsrc/sysutils/deforaos-terminal: Makefile

Log Message:
deforaos-terminal: Fix bogus PKGMANDIR assumption.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/deforaos-terminal/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/deforaos-terminal/Makefile
diff -u pkgsrc/sysutils/deforaos-terminal/Makefile:1.32 pkgsrc/sysutils/deforaos-terminal/Makefile:1.33
--- pkgsrc/sysutils/deforaos-terminal/Makefile:1.32     Tue Jun  6 12:42:18 2023
+++ pkgsrc/sysutils/deforaos-terminal/Makefile  Thu Jun 22 11:25:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2023/06/06 12:42:18 riastradh Exp $
+# $NetBSD: Makefile,v 1.33 2023/06/22 11:25:23 jperkin Exp $
 #
 
 DISTNAME=      Terminal-0.2.0
@@ -28,11 +28,13 @@ AUTO_MKDIRS=        yes
 DEPENDS+=      {xterm,mxterm}-[0-9]*:../../x11/xterm
 
 post-install:
+.if ${PKGMANDIR} != "share/man"
        ${MV} ${DESTDIR}${PREFIX}/share/man/html1/terminal.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/terminal.html
        ${RMDIR} ${DESTDIR}${PREFIX}/share/man/html1
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/terminal.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/terminal.1
        ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
        ${RMDIR} ${DESTDIR}${PREFIX}/share/man
+.endif
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index