diff options
author | ale <ale@FreeBSD.org> | 2008-09-03 14:04:12 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-09-03 14:04:12 +0800 |
commit | 4a5b4067df7e6b527857cb380deb78112fc3c693 (patch) | |
tree | b2950adc8e688807a3c9eeb0eca71a77452e01d5 /www/boa/Makefile | |
parent | 72bbec9b953736a406114c5420637bd2f184fb4b (diff) | |
download | freebsd-ports-graphics-4a5b4067df7e6b527857cb380deb78112fc3c693.tar.gz freebsd-ports-graphics-4a5b4067df7e6b527857cb380deb78112fc3c693.tar.zst freebsd-ports-graphics-4a5b4067df7e6b527857cb380deb78112fc3c693.zip |
Update to 0.94.14rc21 release.
Diffstat (limited to 'www/boa/Makefile')
-rw-r--r-- | www/boa/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index fcdd08607ce..fb47528fa86 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -6,8 +6,7 @@ # PORTNAME= boa -PORTVERSION= 0.94.14.r20 -PORTREVISION= 0 +PORTVERSION= 0.94.14.r21 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.boa.org/ @@ -23,9 +22,7 @@ GNU_CONFIGURE= yes INFO= boa MAN8= boa.8 -.if !defined(NOPORTDOCS) PORTDOCS= boa.texi boa.html boa.txt boa_banner.png -.endif post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ |