diff options
| author | Beech Rintoul <beech@FreeBSD.org> | 2008-02-03 19:25:33 +0000 |
|---|---|---|
| committer | Beech Rintoul <beech@FreeBSD.org> | 2008-02-03 19:25:33 +0000 |
| commit | 4681ff66903154112b162a14b0ef376395b76b05 (patch) | |
| tree | d924c4a7831651660693eb8623004f6e12c8781b /sysutils/bsdadminscripts/Makefile | |
| parent | 563540b87fb20df3b111cef19eada2a0fe6fac38 (diff) | |
Notes
Diffstat (limited to 'sysutils/bsdadminscripts/Makefile')
| -rw-r--r-- | sysutils/bsdadminscripts/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/bsdadminscripts/Makefile b/sysutils/bsdadminscripts/Makefile index 017c53806dcd..0cb166b34feb 100644 --- a/sysutils/bsdadminscripts/Makefile +++ b/sysutils/bsdadminscripts/Makefile @@ -6,18 +6,18 @@ # PORTNAME= bsdadminscripts -PORTVERSION= 4.0 +PORTVERSION= 4.1 CATEGORIES= sysutils ports-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= lon_kamikaze@gmx.de +MAINTAINER= kamikaze@bsdforen.de COMMENT= A small collection of administration scripts OPTIONS+= BUILDFLAGS "Build configuration system" On OPTIONS+= PKG_LIBCHK "Check for links against missing libraries" On OPTIONS+= PKG_VALIDATE "Check for broken and missing files" On -OPTIONS+= PORTCONFIG "Depends on portupgrade" On +OPTIONS+= PORTCONFIG "Run common make targets on several ports" On OPTIONS+= RCSTART "Use rc scripts based on PROVIDE" On WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src @@ -41,7 +41,6 @@ MAN1+= rcstart.1 .endif .if !defined(WITHOUT_PORTCONFIG) -RUN_DEPENDS+= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade PLIST_FILES+= ${PORT_SCRIPTS:S,^,sbin/port,} MAN1+= portconfig.1 .endif |
