diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-11-30 16:07:41 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-11-30 16:07:41 +0000 |
commit | 61c098895df34329a55485209ba0b8fc2483cf66 (patch) | |
tree | fe108965e421650e2fc918d21511f9369874694a /sysutils/usermin/Makefile | |
parent | 5a5215bc03a8b202b948913d8f65ae7992e5b9e5 (diff) |
Notes
Diffstat (limited to 'sysutils/usermin/Makefile')
-rw-r--r-- | sysutils/usermin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile index 40bd51a1a623..bdc2d4180f47 100644 --- a/sysutils/usermin/Makefile +++ b/sysutils/usermin/Makefile @@ -7,6 +7,7 @@ PORTNAME= usermin PORTVERSION= 1.370 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/uupdates/:up \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ @@ -28,7 +29,7 @@ USE_PERL5= yes USE_RC_SUBR= usermin.sh SUB_LIST= PERL5=${PERL} -USERMIN_MODULES= +USERMIN_MODULES=blue-theme-1.370-1.wbt.gz post-extract: @if [ "${USERMIN_MODULES}" != "" ]; then \ |