aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2014-01-26 04:30:10 +0800
committerlme <lme@FreeBSD.org>2014-01-26 04:30:10 +0800
commite0421aa9cf2929728ad5c6239d4da04b8327487b (patch)
treee627c3d12ff164791516705057a7db67c94094ba /www
parent17341d8c1a2091c23d2920209d1fc06cac8ebdf0 (diff)
downloadfreebsd-ports-gnome-e0421aa9cf2929728ad5c6239d4da04b8327487b.tar.gz
freebsd-ports-gnome-e0421aa9cf2929728ad5c6239d4da04b8327487b.tar.zst
freebsd-ports-gnome-e0421aa9cf2929728ad5c6239d4da04b8327487b.zip
- stagify
- add license
Diffstat (limited to 'www')
-rw-r--r--www/dhttpd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/dhttpd/Makefile b/www/dhttpd/Makefile
index 8048d6b8c5bd..16d9d50eded7 100644
--- a/www/dhttpd/Makefile
+++ b/www/dhttpd/Makefile
@@ -10,16 +10,15 @@ EXTRACT_SUFX= .tgz
MAINTAINER= lme@FreeBSD.org
COMMENT= Minimal secure webserver. Fast and efficient, no cgi-bin support
+LICENSE= GPLv2
+
WRKSRC= ${WRKDIR}/${PORTNAME}-1.02-4
BUILD_WRKSRC= ${WRKSRC}/src
-PLIST_FILES= sbin/dhttpd
-
-MAN1= dhttpd.1
+PLIST_FILES= sbin/dhttpd man/man1/dhttpd.1.gz
USE_RC_SUBR= dhttpd
-NO_STAGE= yes
pre-everything::
@${ECHO_MSG} "=============================================================="
@${ECHO_MSG} "To change the default document root"
@@ -33,7 +32,7 @@ post-patch:
${WRKSRC}/dhttpd.1
do-install:
- ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>