diff options
-rw-r--r-- | www/dhttpd/Makefile | 11 |
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> |