diff options
author | sf <sf@FreeBSD.org> | 2002-10-08 12:28:38 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-10-08 12:28:38 +0800 |
commit | 9a5887811fae0f7079c36573cdb78680fa34e660 (patch) | |
tree | 8c300aebcdb43cb3df1292a0761cf0c059e02c00 /misc/jargon/Makefile | |
parent | 4ed7dc6b9f7f83ad24ce311c0b8c08078475ae66 (diff) | |
download | freebsd-ports-gnome-9a5887811fae0f7079c36573cdb78680fa34e660.tar.gz freebsd-ports-gnome-9a5887811fae0f7079c36573cdb78680fa34e660.tar.zst freebsd-ports-gnome-9a5887811fae0f7079c36573cdb78680fa34e660.zip |
update to 4.3.3.
make it prefix clean.
Diffstat (limited to 'misc/jargon/Makefile')
-rw-r--r-- | misc/jargon/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/jargon/Makefile b/misc/jargon/Makefile index 9327b8cb19af..88354d9d2768 100644 --- a/misc/jargon/Makefile +++ b/misc/jargon/Makefile @@ -6,13 +6,14 @@ # PORTNAME= jargon -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.3 CATEGORIES= misc MASTER_SITES= http://www.tuxedo.org/~esr/jargon/ MAINTAINER= sf@FreeBSD.org -NO_BUILD= YES +NO_BUILD= yes +USE_REINPLACE= yes FILES= alternates.html awards.html download.html index.html \ jargbook.html jarghist.html jargon.html jargoogle.html \ @@ -20,7 +21,9 @@ FILES= alternates.html awards.html download.html index.html \ related.html search.html submissions.html post-patch: - ${PERL} -pi -e 's,/home/httpd/html,${PREFIX}/www/data,' ${WRKSRC}/jargon-search + @${CHMOD} +w ${WRKSRC}/jargon-search + @${REINPLACE_CMD} -e 's,/home/httpd/html,${PREFIX}/www/data,' \ + ${WRKSRC}/jargon-search do-install: @${MKDIR} ${PREFIX}/www/cgi-bin |