diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-09 08:40:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-09 08:40:07 +0000 |
commit | 4ef47d86e15eab6f21e03ed7ad8fd79a320d5870 (patch) | |
tree | 41ecdd2d9620267585209572d1fc43557cbcb411 /net-mgmt/netustad/Makefile | |
parent | cc5aff4c03ff646e073bd26ee59ab03d066818c7 (diff) | |
download | ports-4ef47d86e15eab6f21e03ed7ad8fd79a320d5870.tar.gz ports-4ef47d86e15eab6f21e03ed7ad8fd79a320d5870.zip |
Notes
Diffstat (limited to 'net-mgmt/netustad/Makefile')
-rw-r--r-- | net-mgmt/netustad/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/netustad/Makefile b/net-mgmt/netustad/Makefile index 91128fbc99e5..e3f5bc4803bf 100644 --- a/net-mgmt/netustad/Makefile +++ b/net-mgmt/netustad/Makefile @@ -3,19 +3,17 @@ PORTNAME= netustad PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt security MASTER_SITES= http://www.enderunix.org/netustad/ MAINTAINER= ports@FreeBSD.org COMMENT= A Web based admin tool that manages network services -#MAN8= netustad.8 netustadpasswd.8 -#MAN5= netustad.conf.5 - USE_RC_SUBR= ${PORTNAME} USES= gettext GNU_CONFIGURE= yes +SUB_FILES= pkg-message OPTIONS_DEFINE= SSL NLS OPTIONS_DEFAULT=SSL @@ -23,7 +21,6 @@ SSL_DESC= Use netUstad with SSL support LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} @@ -42,6 +39,6 @@ post-patch: .endif post-install: - @${CAT} ${PKGMESSAGE} + @${MV} ${STAGEDIR}${ETCDIR}/netustad.conf-dist ${STAGEDIR}${ETCDIR}/netustad.conf.sample .include <bsd.port.mk> |