pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/rplay



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Feb 20 08:43:42 UTC 2018

Modified Files:
        pkgsrc/audio/rplay: Makefile

Log Message:
Adjust seddery for paths in manpage. Avoids inserting /usr/pkg/usr/pkg/etc.
Ride previous version bump.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/audio/rplay/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/rplay/Makefile
diff -u pkgsrc/audio/rplay/Makefile:1.68 pkgsrc/audio/rplay/Makefile:1.69
--- pkgsrc/audio/rplay/Makefile:1.68    Tue Feb 20 08:35:52 2018
+++ pkgsrc/audio/rplay/Makefile Tue Feb 20 08:43:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2018/02/20 08:35:52 dholland Exp $
+# $NetBSD: Makefile,v 1.69 2018/02/20 08:43:42 dholland Exp $
 
 DISTNAME=      rplay-3.3.2
 PKGREVISION=   9
@@ -26,7 +26,7 @@ SUBST_STAGE.paths=    pre-configure
 SUBST_FILES.paths=     doc/*.[0-9]
 SUBST_SED.paths=       -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g"
 SUBST_SED.paths+=      -e "s|/usr/local|${PREFIX}|g"
-SUBST_SED.paths+=      -e "s|/etc/rplay|${PKG_SYSCONFDIR}|g"
+SUBST_SED.paths+=      -e "s|/etc/rplay/|${PKG_SYSCONFDIR}/|g"
 SUBST_MESSAGE.paths=   Fixing paths in manpages.
 
 post-install:



Home | Main Index | Thread Index | Old Index