diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-07-06 17:04:54 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-07-06 17:04:54 +0800 |
commit | 425c54c75fd84b6607897be2628ae0b051dd9f96 (patch) | |
tree | 7f1baa50dbcb166682ae6be27b97ff5945dd12aa /www/httest | |
parent | 4dfbe61728c241d69d410585bbe0dd17044a21f4 (diff) | |
download | freebsd-ports-gnome-425c54c75fd84b6607897be2628ae0b051dd9f96.tar.gz freebsd-ports-gnome-425c54c75fd84b6607897be2628ae0b051dd9f96.tar.zst freebsd-ports-gnome-425c54c75fd84b6607897be2628ae0b051dd9f96.zip |
- bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1
while I'm here
- convert to USES=gmake
- trim Makefile header and respect nice_people
Diffstat (limited to 'www/httest')
-rw-r--r-- | www/httest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile index 44ef085062fd..0f03995df281 100644 --- a/www/httest/Makefile +++ b/www/httest/Makefile @@ -3,6 +3,7 @@ PORTNAME= httest PORTVERSION= 2.4.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} |