aboutsummaryrefslogtreecommitdiff
path: root/audio/shoutcast/Makefile
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-07-03 14:48:28 +0000
committerChris Rees <crees@FreeBSD.org>2011-07-03 14:48:28 +0000
commit4d5be5f77ffed1926d173fdcca6048ffec498194 (patch)
treed55a78d3af3bf46e381bcd8ba0ab22660e4549d2 /audio/shoutcast/Makefile
parentbb40875b2da38677fc67cd008c37ddbe1354e6f0 (diff)
downloadports-4d5be5f77ffed1926d173fdcca6048ffec498194.tar.gz
ports-4d5be5f77ffed1926d173fdcca6048ffec498194.zip
Notes
Diffstat (limited to 'audio/shoutcast/Makefile')
-rw-r--r--audio/shoutcast/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile
index 7e6dcf7ca783..cc7d1546bbd1 100644
--- a/audio/shoutcast/Makefile
+++ b/audio/shoutcast/Makefile
@@ -21,6 +21,8 @@ RESTRICTED= Redistribution of the software is not allowed
CONFLICTS= linux-shoutcast-[0-9]*
+USERS= ${PORTNAME}
+GROUPS= ${USERS}
USE_RC_SUBR= shoutcast.sh
PORTDOCS= README.TXT
WRKSRC= ${WRKDIR}
@@ -46,7 +48,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR}
.endif
-post-install:
- @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
.include <bsd.port.mk>