diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-23 05:49:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-23 05:49:00 +0000 |
commit | 9e696644bf9f643e64269027329687062371d570 (patch) | |
tree | 58a70f6e2f385ad3f057ccd106cb275d0d516f86 /www/cgiwrap/Makefile | |
parent | 44f420bc2419c2c97968994e466e934ed6588470 (diff) | |
download | ports-9e696644bf9f643e64269027329687062371d570.tar.gz ports-9e696644bf9f643e64269027329687062371d570.zip |
delete cgiwrap doc dir
add PORTDOCS handling
add missing MAINTAINER
Notes
Notes:
svn path=/head/; revision=42957
Diffstat (limited to 'www/cgiwrap/Makefile')
-rw-r--r-- | www/cgiwrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile index 1b06f6086f34..79a4c4725833 100644 --- a/www/cgiwrap/Makefile +++ b/www/cgiwrap/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.unixtools.org/cgiwrap/dist/ \ ftp://ftp.umr.edu/pub/cgi/cgiwrap/ \ ftp://concert.cert.dfn.de/pub/tools/net/cgiwrap/ +MAINTAINER= ports@FreeBSD.org + GNU_CONFIGURE= yes CONFIGURE_ARGS= ${HTTPDUSER} ${WITHOUTCHECK} --with-install-dir=${INSTALLDIR} \ --with-install-group=${BINGRP} --with-cgi-dir=${CGIDIR} |