pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/a2ps



Module Name:    pkgsrc
Committed By:   mrg
Date:           Thu Mar 30 05:34:10 UTC 2023

Modified Files:
        pkgsrc/print/a2ps: Makefile

Log Message:
use ${PKG_SYSCONFBASE} instead of ${PREFIX}/etc


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/print/a2ps/Makefile

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

Modified files:

Index: pkgsrc/print/a2ps/Makefile
diff -u pkgsrc/print/a2ps/Makefile:1.93 pkgsrc/print/a2ps/Makefile:1.94
--- pkgsrc/print/a2ps/Makefile:1.93     Wed Mar 29 08:20:03 2023
+++ pkgsrc/print/a2ps/Makefile  Thu Mar 30 05:34:10 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2023/03/29 08:20:03 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2023/03/30 05:34:10 mrg Exp $
 
 DISTNAME=              a2ps-4.15.2
 CATEGORIES=            print
@@ -42,7 +42,7 @@ pre-build:
        ${TOUCH} ${WRKSRC}/doc/*.dvi
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/etc && ${MV} a2ps-site.cfg a2ps.cfg ${DESTDIR}${PREFIX}/share/examples/a2ps
+       cd ${DESTDIR}${PKG_SYSCONFBASE} && ${MV} a2ps-site.cfg a2ps.cfg ${DESTDIR}${PREFIX}/share/examples/a2ps
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/boehm-gc/buildlink3.mk"



Home | Main Index | Thread Index | Old Index