pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/objc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Apr 27 05:17:00 UTC 2020

Modified Files:
        pkgsrc/lang/objc: Makefile

Log Message:
lang/objc: allow no-op substitution for PKGMANDIR


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/objc/Makefile

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

Modified files:

Index: pkgsrc/lang/objc/Makefile
diff -u pkgsrc/lang/objc/Makefile:1.17 pkgsrc/lang/objc/Makefile:1.18
--- pkgsrc/lang/objc/Makefile:1.17      Mon Apr  8 11:17:15 2013
+++ pkgsrc/lang/objc/Makefile   Mon Apr 27 05:17:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/04/08 11:17:15 rodent Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/27 05:17:00 rillig Exp $
 
 DISTNAME=      objc-3.2.10
 CATEGORIES=    lang
@@ -37,6 +37,7 @@ SUBST_STAGE.mandir=   post-configure
 SUBST_MESSAGE.mandir=  Making mandir=${PKGMANDIR}
 SUBST_SED.mandir=      -e '/$$(TAR)/s,man,${PKGMANDIR},'
 SUBST_FILES.mandir=    Makefile
+SUBST_NOOP_OK.mandir=  yes # PKGMANDIR defaults to man
 
 pre-configure:
        ${ECHO} >> ${WRKSRC_BS}/configure \



Home | Main Index | Thread Index | Old Index