aboutsummaryrefslogtreecommitdiff
path: root/www/chpasswd/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-10-02 22:56:00 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-10-02 22:56:00 +0000
commit109b9f3fdbd037e52bf142c5154d08914fe0c625 (patch)
tree6fc1fced788d980a28dc904f5684841d14ea10f6 /www/chpasswd/Makefile
parent956602650cb98620b2d1601da51f75af22670b6b (diff)
downloadports-109b9f3fdbd037e52bf142c5154d08914fe0c625.tar.gz
ports-109b9f3fdbd037e52bf142c5154d08914fe0c625.zip
Notes
Diffstat (limited to 'www/chpasswd/Makefile')
-rw-r--r--www/chpasswd/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/chpasswd/Makefile b/www/chpasswd/Makefile
index 8e1ab0110459..be48e37713a9 100644
--- a/www/chpasswd/Makefile
+++ b/www/chpasswd/Makefile
@@ -17,11 +17,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \
--enable-language=English \
--enable-cgidir=${PREFIX}/www/cgi-bin
-NO_STAGE= yes
pre-install:
- @${MKDIR} ${PREFIX}/www/cgi-bin
-
-post-install:
- @${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777'
+ @${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin
.include <bsd.port.mk>