diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-12-13 00:23:32 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-12-13 00:23:32 +0000 |
commit | f127cb65763c00f22b33d0bf87db1c7415f0e419 (patch) | |
tree | 0b0475fe559d53e3395ebc3020490d404341500b /security/sancp/Makefile | |
parent | 30d550580db492319ded4334075bd760b9a0ff45 (diff) | |
download | ports-f127cb65763c00f22b33d0bf87db1c7415f0e419.tar.gz ports-f127cb65763c00f22b33d0bf87db1c7415f0e419.zip |
Notes
Diffstat (limited to 'security/sancp/Makefile')
-rw-r--r-- | security/sancp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/sancp/Makefile b/security/sancp/Makefile index 49e3013b1f96..2ae5f630fe08 100644 --- a/security/sancp/Makefile +++ b/security/sancp/Makefile @@ -8,7 +8,7 @@ PORTNAME= sancp PORTVERSION= 1.6.1 DISTVERSIONSUFFIX= -stable -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}-stable @@ -16,9 +16,12 @@ MAINTAINER= pauls@utdallas.edu COMMENT= A network connection profiler ALL_TARGET= bsd -USE_RC_SUBR= sancp.sh +USE_RC_SUBR= sancp SUB_FILES= pkg-message +USERS= sancp +GROUPS= sancp + PORTDOCS= CHANGES INSTALL ISSUES README \ SETUP fields.LIST LICENSE @@ -26,7 +29,6 @@ post-extract: @cd ${WRKSRC} && ${MV} LICENSE docs/ do-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${INSTALL_PROGRAM} ${WRKSRC}/sancp ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/etc/sancp/sancp.conf ${PREFIX}/etc/sancp.conf-dist @${CP} -n ${PREFIX}/etc/sancp.conf-dist ${PREFIX}/etc/sancp.conf |