pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/doas



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Apr 28 04:40:28 UTC 2020

Modified Files:
        pkgsrc/security/doas: Makefile

Log Message:
security/doas: fix no-op SUBST block

The Makefile has changed to GNU format, using round parentheses, which
turned the substitution a no-op.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/doas/Makefile

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

Modified files:

Index: pkgsrc/security/doas/Makefile
diff -u pkgsrc/security/doas/Makefile:1.7 pkgsrc/security/doas/Makefile:1.8
--- pkgsrc/security/doas/Makefile:1.7   Wed Jan  1 01:30:19 2020
+++ pkgsrc/security/doas/Makefile       Tue Apr 28 04:40:28 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/01/01 01:30:19 ng0 Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/28 04:40:28 rillig Exp $
 
 DISTNAME=      doas-6.2p4
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=slicer69/}
 
@@ -15,12 +16,7 @@ USE_TOOLS+=  gmake yacc
 # illumos, SmartOS, OpenIndiana.
 # Add any failing platforms as BROKEN_ON_PLATFORM.
 
-SUBST_CLASSES+=                        fix-paths
-SUBST_STAGE.fix-paths=         pre-install
-SUBST_MESSAGE.fix-paths=       Fixing paths.
-SUBST_FILES.fix-paths=         Makefile
-SUBST_SED.fix-paths+=          -e 's,$${PREFIX}/etc,${PKG_SYSCONFDIR},g'
-SUBST_SED.fix-paths+=          -e 's,/man/,/${PKGMANDIR}/,g'
+MAKE_ENV+=     MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
 
 SPECIAL_PERMS+=                bin/doas ${SETUID_ROOT_PERMS}
 



Home | Main Index | Thread Index | Old Index