diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-11 21:33:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-11 21:33:58 +0000 |
commit | fc715e798731c7e51e0d5e9c1c462c1fc8c13eba (patch) | |
tree | ef49fb88a7de02ba4114790d66cc23adf577fb71 /www/pnews/Makefile | |
parent | ba8babf4f72a3bb45cdc4849891a7bffdff9c19d (diff) |
Notes
Diffstat (limited to 'www/pnews/Makefile')
-rw-r--r-- | www/pnews/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/pnews/Makefile b/www/pnews/Makefile index d46a14fcd9a4..eccbd479d1a7 100644 --- a/www/pnews/Makefile +++ b/www/pnews/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pnews -PORTVERSION= 2.6.3 +PORTVERSION= 2.6.4 PORTEPOCH= 1 CATEGORIES= www news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -26,10 +26,5 @@ PNEWSDIR?= ${PREFIX}/www/data/pnews do-install: @${MKDIR} ${PNEWSDIR} @${CP} -R ${WRKSRC}/* ${PNEWSDIR} - @${FIND} ${PNEWSDIR} -type f | \ - ${SED} -e "s,^${PREFIX}/,," >> ${TMPPLIST} - @${FIND} ${PNEWSDIR} -type d | ${SORT} -r | \ - ${SED} -e "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST} .include <bsd.port.mk> |