diff options
author | jlam <jlam> | 2006-05-16 18:30:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-05-16 18:30:20 +0000 |
commit | 04516050ca7241a8fcd91e68b3111487da627190 (patch) | |
tree | 68e836832db301e9e8703cddde66ea3f3ce954c6 /sysutils/webmin/Makefile | |
parent | 986218d4b5d3b360f0c721fb8e3395796081a8b5 (diff) | |
download | pkgsrc-04516050ca7241a8fcd91e68b3111487da627190.tar.gz |
Add a MESSAGE noting the default port, username and password for a pkgsrc
Webmin installtion. Bump the PKGREVISION to 1.
Diffstat (limited to 'sysutils/webmin/Makefile')
-rw-r--r-- | sysutils/webmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index a691e8eafa2..31e54b01caa 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2006/05/16 04:01:28 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/16 18:30:20 jlam Exp $ DISTNAME= webmin-1.270-minimal PKGNAME= ${DISTNAME:S/-minimal$//} +PKGREVISION= 1 CATEGORIES= sysutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=webadmin/} |