pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/puddletag



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

Modified Files:
        pkgsrc/audio/puddletag: Makefile

Log Message:
puddletag: Fix bogus PKGMANDIR assumption.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/puddletag/Makefile

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

Modified files:

Index: pkgsrc/audio/puddletag/Makefile
diff -u pkgsrc/audio/puddletag/Makefile:1.1 pkgsrc/audio/puddletag/Makefile:1.2
--- pkgsrc/audio/puddletag/Makefile:1.1 Fri Dec 16 17:49:09 2022
+++ pkgsrc/audio/puddletag/Makefile     Thu Jun 22 11:23:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/16 17:49:09 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/22 11:23:48 jperkin Exp $
 
 DISTNAME=      puddletag-2.0.1
 CATEGORIES=    audio python
@@ -26,7 +26,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 37
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 post-install:
+.if ${PKGMANDIR} != "share/man"
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/* ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+.endif
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index