summaryrefslogtreecommitdiff
path: root/news/pgpmoose/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-10-10 07:12:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-10-10 07:12:15 +0000
commit0455c140c5e80d079d4f451cba3c361834b02afb (patch)
tree15e57df68775eb155509773656c25155fca978d3 /news/pgpmoose/Makefile
parentUnbroke on -stable. (diff)
- Add support for NEWSCTL
- patched pmcheck to work with more groups like documented - patched pmcheck to give error result in more cases - patched patch-pmdaemon to use FreeBSD paths.
Notes
Notes: svn path=/head/; revision=48644
Diffstat (limited to 'news/pgpmoose/Makefile')
-rw-r--r--news/pgpmoose/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile
index d711b4f7173d..ae6eac076cc1 100644
--- a/news/pgpmoose/Makefile
+++ b/news/pgpmoose/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pgpmoose
PORTVERSION= 1.19
+PORTREVISION= 1
CATEGORIES= news security
MASTER_SITES= http://people.qualcomm.com/ggr/ \
ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/
@@ -21,6 +22,12 @@ BIN1= pmapp pmcanon pmcheck pmnewsgroups \
pmdaemon pmcancel
NO_WRKSUBDIR= yes
+NEWSCTL?= ${PREFIX}/news/lib
+
+post-patch:
+ @${MV} ${WRKSRC}/pmapp ${WRKSRC}/pmapp.sed
+ ${SED} -e "s=/usr/local/news=${NEWSCTL}=" \
+ ${WRKSRC}/pmapp.sed >${WRKSRC}/pmapp
do-install:
.for i in ${BIN1}