diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-01-12 04:14:37 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-01-12 04:14:37 +0800 |
commit | 2c749d87a7cba76df63617f29cdc03cbab9166d8 (patch) | |
tree | 97c330857c77126f1ba8258d561d6cd12488e734 /www/mod_scgi | |
parent | 5d6ea3e8d80cc43292f42f2ac5cf550c83b1f776 (diff) | |
download | freebsd-ports-gnome-2c749d87a7cba76df63617f29cdc03cbab9166d8.tar.gz freebsd-ports-gnome-2c749d87a7cba76df63617f29cdc03cbab9166d8.tar.zst freebsd-ports-gnome-2c749d87a7cba76df63617f29cdc03cbab9166d8.zip |
- fix resulting PKGNAME
before: ap22-mod_mod_scgi
now: ap22-mod_scgi
- bump PORTREVISION
with hat apache@
Diffstat (limited to 'www/mod_scgi')
-rw-r--r-- | www/mod_scgi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile index 3672e073553d..f00e75ef1350 100644 --- a/www/mod_scgi/Makefile +++ b/www/mod_scgi/Makefile @@ -7,10 +7,9 @@ PORTNAME= mod_scgi PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://dryice.name/computer/FreeBSD/distfiles/ -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}mod_ DISTNAME= scgi-${PORTVERSION:S/.a/a/} MAINTAINER= dryice@dryice.name |