diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | 131ffd06e984e988ee9c1c844568abdecd9f9ed4 (patch) | |
tree | 1ef79a394b0fe31c22015536e3350783acefb970 /sysutils/webmin/Makefile | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | FreeBSD-ports-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip FreeBSD-ports-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/webmin/Makefile')
-rw-r--r-- | sysutils/webmin/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index e5bb8bb..59db19d 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -1,31 +1,30 @@ # New ports collection makefile for: webmin -# Version required: 0.77 # Date created: Do 19 Nov 1998 21:13:55 CET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # # $FreeBSD$ # -DISTNAME= webmin-${VERSION} +PORTNAME= webmin +PORTVERSION= 0.77 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/webmin/download/ MAINTAINER= andreas@FreeBSD.org -VERSION= 0.77 NO_BUILD= yes IS_INTERACTIVE= yes USE_PERL5= yes post-patch: - ${CP} ${WRKDIR}/webmin-${VERSION}/bind8/config-freebsd-3.0 \ - ${WRKDIR}/webmin-${VERSION}/bind8/config-freebsd-3.1 - ${CP} ${WRKDIR}/webmin-${VERSION}/bind8/config-freebsd-3.0 \ - ${WRKDIR}/webmin-${VERSION}/bind8/config-freebsd-3.2 - ${CP} ${WRKDIR}/webmin-${VERSION}/bind8/config-freebsd-3.0 \ - ${WRKDIR}/webmin-${VERSION}/bind8/config-freebsd-3.3 - ${CP} ${WRKDIR}/webmin-${VERSION}/bind8/config-freebsd-3.0 \ - ${WRKDIR}/webmin-${VERSION}/bind8/config-freebsd-3.4 + ${CP} ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.0 \ + ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.1 + ${CP} ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.0 \ + ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.2 + ${CP} ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.0 \ + ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.3 + ${CP} ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.0 \ + ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.4 do-install: ${MKDIR} ${PREFIX}/lib/webmin |