svn commit: r341088 - head/www/dhttpd

Lars Engels lme at FreeBSD.org
Sat Jan 25 20:30:10 UTC 2014


Author: lme
Date: Sat Jan 25 20:30:10 2014
New Revision: 341088
URL: http://svnweb.freebsd.org/changeset/ports/341088
QAT: https://qat.redports.org/buildarchive/r341088/

Log:
  - stagify
  - add license

Modified:
  head/www/dhttpd/Makefile

Modified: head/www/dhttpd/Makefile
==============================================================================
--- head/www/dhttpd/Makefile	Sat Jan 25 20:24:29 2014	(r341087)
+++ head/www/dhttpd/Makefile	Sat Jan 25 20:30:10 2014	(r341088)
@@ -10,16 +10,15 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	lme at 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>


More information about the svn-ports-all mailing list