diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-03 21:43:29 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-03 21:43:29 +0000 |
commit | fdc939f67dccdbf2641b9930310b516af05fe21c (patch) | |
tree | 29b78589141a62791a503fe4f33eb16c0c6b6e96 /net-mgmt/netsaint-plugins/Makefile | |
parent | ef81703ad9a551246c80cab324dacf9ba0732437 (diff) | |
download | FreeBSD-ports-fdc939f67dccdbf2641b9930310b516af05fe21c.zip FreeBSD-ports-fdc939f67dccdbf2641b9930310b516af05fe21c.tar.gz |
Update netsaint-plugins to 1.2.9.3. Don't depend on netsaint port as
netsaint port depends on us and this creates a circular dependency.
Instead create the netsaint user/group ourselves (which is the only
reason for the netsaint dependency).
PR: 26327
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/netsaint-plugins/Makefile')
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index e321e17..f792038 100644 --- a/net-mgmt/netsaint-plugins/Makefile +++ b/net-mgmt/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> |