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:   wiz
Date:           Fri Jun 23 07:42:59 UTC 2023

Modified Files:
        pkgsrc/audio/puddletag: Makefile

Log Message:
puddletag: fix previous


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/audio/puddletag/Makefile:1.3
--- pkgsrc/audio/puddletag/Makefile:1.2 Thu Jun 22 11:23:48 2023
+++ pkgsrc/audio/puddletag/Makefile     Fri Jun 23 07:42:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/06/22 11:23:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2023/06/23 07:42:59 wiz Exp $
 
 DISTNAME=      puddletag-2.0.1
 CATEGORIES=    audio python
@@ -25,6 +25,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 37
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
+.include "../../mk/bsd.fast.prefs.mk"
+
 post-install:
 .if ${PKGMANDIR} != "share/man"
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/* ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index