aboutsummaryrefslogtreecommitdiff
path: root/net/netsaint-plugins/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-03 21:43:29 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-03 21:43:29 +0000
commitbf853364e786dea0ba01785c7576e97f9f5eaf3b (patch)
tree21f2d73b432dc37acd8ad53e0134ceb4da10a3c6 /net/netsaint-plugins/Makefile
parent211f29ee3cb6fcd4fd7614ff488b662eeef2b6f7 (diff)
downloadports-bf853364e786dea0ba01785c7576e97f9f5eaf3b.tar.gz
ports-bf853364e786dea0ba01785c7576e97f9f5eaf3b.zip
Notes
Diffstat (limited to 'net/netsaint-plugins/Makefile')
-rw-r--r--net/netsaint-plugins/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile
index e321e17cbfd2..f792038c5105 100644
--- a/net/netsaint-plugins/Makefile
+++ b/net/netsaint-plugins/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= netsaint-plugins
-PORTVERSION= 1.2.9.2
+PORTVERSION= 1.2.9.3
CATEGORIES= net
MASTER_SITES= http://download.sourceforge.net/netsaintplug/
-DISTNAME= ${PORTNAME}-1.2.9-2
+DISTNAME= ${PORTNAME}-1.2.9-3
MAINTAINER= blaz@amis.net
@@ -23,10 +23,6 @@ CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
USE_AUTOMAKE= yes
USE_GMAKE= yes
-# make absolutely sure we have the user/group added!
-BUILD_DEPENDS= netsaint:${PORTSDIR}/net/netsaint
-RUN_DEPENDS= netsaint:${PORTSDIR}/net/netsaint
-
.if defined(WANT_QSTAT)
BUILD_DEPENDS+= qstat:${PORTSDIR}/games/qstat
RUN_DEPENDS+= qstat:${PORTSDIR}/games/qstat
@@ -68,4 +64,7 @@ CONFIGURE_ARGS+=--with-mysqllibdir=${LOCALBASE}/lib/mysql
PLIST_SUB+= WANT_MYSQL="@comment "
.endif
+pre-install:
+ ${PERL} ${SCRIPTDIR}/createuser
+
.include <bsd.port.mk>