diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-08 15:15:06 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-08 15:15:06 +0000 |
commit | 92d6aaab868ad8d0feb13549ad218783e636bf52 (patch) | |
tree | 875237d71dc18f0346fcaec754686df999213de9 /www/rt34/Makefile | |
parent | eb33f4eb67b0d8be84986132a2da94997818a419 (diff) | |
download | ports-92d6aaab868ad8d0feb13549ad218783e636bf52.tar.gz ports-92d6aaab868ad8d0feb13549ad218783e636bf52.zip |
Notes
Diffstat (limited to 'www/rt34/Makefile')
-rw-r--r-- | www/rt34/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/rt34/Makefile b/www/rt34/Makefile index 7470ff1fae1e..e2b0056438d4 100644 --- a/www/rt34/Makefile +++ b/www/rt34/Makefile @@ -107,7 +107,6 @@ DB_DBA_PASSWORD?= WEB_USER?= www WEB_GROUP?= www LIBS_GROUP?= wheel -RT_GROUP?= rt pre-fetch: @${ECHO} "" @@ -123,8 +122,11 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RT_GROUP} - -@cd ${WRKSRC} && chmod a+x configure + -@${CHMOD} a+x ${WRKSRC}/configure + +pre-install: + PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} \ + ${PKGNAME} PRE-INSTALL do-install: @cd ${WRKSRC} && ${MAKE} install |