Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!@SH@
#
# $NetBSD: INSTALL,v 1.1 2013/02/26 12:37:46 ryoon Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
SCDIR="@PREFIX@/@SCDIR@"
case "${STAGE}" in
POST-INSTALL)
${CHOWN} -R ${WWWOWN} ${SCDIR} &&
${CHGRP} -R ${WWWGRP} ${SCDIR}
;;
esac