From 92d6aaab868ad8d0feb13549ad218783e636bf52 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Thu, 8 May 2003 15:15:06 +0000 Subject: Create group 'rt' in pre-install phase, rather than post-extract. Approved by: maintainer --- www/rt36/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'www/rt36/Makefile') diff --git a/www/rt36/Makefile b/www/rt36/Makefile index 7470ff1fae1e..e2b0056438d4 100644 --- a/www/rt36/Makefile +++ b/www/rt36/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 -- cgit v1.2.3