pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nostromo



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Apr 27 05:12:10 UTC 2020

Modified Files:
        pkgsrc/www/nostromo: Makefile

Log Message:
www/nostromo: remove no-op filename patterns from SUBST_FILES


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/nostromo/Makefile

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

Modified files:

Index: pkgsrc/www/nostromo/Makefile
diff -u pkgsrc/www/nostromo/Makefile:1.3 pkgsrc/www/nostromo/Makefile:1.4
--- pkgsrc/www/nostromo/Makefile:1.3    Sun Oct 20 20:02:13 2019
+++ pkgsrc/www/nostromo/Makefile        Mon Apr 27 05:12:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/10/20 20:02:13 ast Exp $
+# $NetBSD: Makefile,v 1.4 2020/04/27 05:12:10 rillig Exp $
 
 DISTNAME=      nostromo-1.9.6
 PKGREVISION=   2
@@ -26,11 +26,7 @@ INSTALLATION_DIRS+=  ${EGDIR}/htdocs ${EG
 SUBST_CLASSES+=                nostromo
 SUBST_MESSAGE.nostromo=        Fixing GNUmakefile src/nhttpd/GNUmakefile
 SUBST_STAGE.nostromo=  post-extract
-SUBST_FILES.nostromo=  GNUmakefile \
-                       src/nhttpd/GNUmakefile \
-                       src/tools/GNUmakefile \
-                       src/libbsd/GNUmakefile \
-                       src/libmy/GNUmakefile
+SUBST_FILES.nostromo=  GNUmakefile
 SUBST_SED.nostromo+=   -e '/install -d -o root -g daemon -m 755/d'
 SUBST_SED.nostromo+=   -e 's,cc ${CCFLAGS},${CC} ${CCFLAGS},g'
 SUBST_SED.nostromo+=   -e 's,install -c -o root -g bin -m 555,${INSTALL},g'



Home | Main Index | Thread Index | Old Index