pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/geeqie



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 22 11:23:02 UTC 2023

Modified Files:
        pkgsrc/graphics/geeqie: Makefile

Log Message:
geeqie: Fix bogus PKGMANDIR assumption.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/graphics/geeqie/Makefile

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

Modified files:

Index: pkgsrc/graphics/geeqie/Makefile
diff -u pkgsrc/graphics/geeqie/Makefile:1.111 pkgsrc/graphics/geeqie/Makefile:1.112
--- pkgsrc/graphics/geeqie/Makefile:1.111       Sun Jun 18 12:13:28 2023
+++ pkgsrc/graphics/geeqie/Makefile     Thu Jun 22 11:23:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2023/06/18 12:13:28 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2023/06/22 11:23:02 jperkin Exp $
 
 DISTNAME=      geeqie-2.1
 CATEGORIES=    graphics
@@ -31,7 +31,9 @@ REPLACE_BASH+=                version.sh
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 post-install:
+.if ${PKGMANDIR} != "share/man"
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+.endif
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index