aboutsummaryrefslogtreecommitdiffstats
path: root/www/npc
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-29 23:49:46 +0800
committeradamw <adamw@FreeBSD.org>2014-07-29 23:49:46 +0800
commit814fae99421a5a8a2c94da250188b74af9501ec8 (patch)
tree1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/npc
parentcc45df612d58bc12a30c725108bb048f02267fb1 (diff)
downloadfreebsd-ports-gnome-814fae99421a5a8a2c94da250188b74af9501ec8.tar.gz
freebsd-ports-gnome-814fae99421a5a8a2c94da250188b74af9501ec8.tar.zst
freebsd-ports-gnome-814fae99421a5a8a2c94da250188b74af9501ec8.zip
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/npc')
-rw-r--r--www/npc/Makefile7
-rw-r--r--www/npc/files/patch-Makefile (renamed from www/npc/files/patch-aa)0
2 files changed, 3 insertions, 4 deletions
diff --git a/www/npc/Makefile b/www/npc/Makefile
index 80eabed0b578..b67d73015551 100644
--- a/www/npc/Makefile
+++ b/www/npc/Makefile
@@ -16,11 +16,10 @@ INDEX_DIR= ${PREFIX}/etc/npc
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin
- cd ${WRKSRC}; \
- ${INSTALL_PROGRAM} npc.cgi ${STAGEDIR}${PREFIX}/www/cgi-bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/npc.cgi ${STAGEDIR}${PREFIX}/www/cgi-bin
${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/npc
- cd ${WRKSRC}/../conf; \
- ${INSTALL_DATA} sample1.idx sample2.idx ${STAGEDIR}${PREFIX}/share/examples/npc
+ (cd ${WRKSRC}/../conf && \
+ ${INSTALL_DATA} sample1.idx sample2.idx ${STAGEDIR}${PREFIX}/share/examples/npc)
${MKDIR} ${STAGEDIR}${INDEX_DIR}
.include <bsd.port.mk>
diff --git a/www/npc/files/patch-aa b/www/npc/files/patch-Makefile
index 433c481676a7..433c481676a7 100644
--- a/www/npc/files/patch-aa
+++ b/www/npc/files/patch-Makefile