diff options
Diffstat (limited to 'net/netsaint-plugins/Makefile')
-rw-r--r-- | net/netsaint-plugins/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile index 6d84d42c1fa8..e51dcaa91299 100644 --- a/net/netsaint-plugins/Makefile +++ b/net/netsaint-plugins/Makefile @@ -6,13 +6,12 @@ # PORTNAME= netsaint-plugins -PORTVERSION= 1.2.9.3 -PORTREVISION= 2 +PORTVERSION= 1.2.9.4 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/netsaintplug/ -DISTNAME= ${PORTNAME}-1.2.9-3 +DISTNAME= ${PORTNAME}-1.2.9-4 -MAINTAINER= blaz@amis.net +MAINTAINER= blaz@si.FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --sbindir=${PREFIX}/share/netsaint/sbin \ @@ -31,9 +30,6 @@ pre-fetch: .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .endif -pre-install: - ${PERL} ${SCRIPTDIR}/createuser - post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc |