diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-17 06:02:17 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-17 06:02:17 +0000 |
commit | c554a974657fe46888241ff9b078de51f10e1be4 (patch) | |
tree | 8a634db483ecb554faf2dd9bd9d410fdc5be125d /net-mgmt/netsaint-plugins/Makefile | |
parent | 1fbd87592990f5ffacbb225e121508ebfcf6a8b8 (diff) | |
download | FreeBSD-ports-c554a974657fe46888241ff9b078de51f10e1be4.zip FreeBSD-ports-c554a974657fe46888241ff9b078de51f10e1be4.tar.gz |
upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4
change maintainer email address
PR: 27012, 27013
Submitted by: MAINTAINER
Diffstat (limited to 'net-mgmt/netsaint-plugins/Makefile')
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index 6d84d42..e51dcaa 100644 --- a/net-mgmt/netsaint-plugins/Makefile +++ b/net-mgmt/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 |