diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2009-03-13 13:35:23 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2009-03-13 13:35:23 +0000 |
| commit | 0798710529330ca3e6f14c3c3fa2d3a1fdcc13ce (patch) | |
| tree | 62c0a924563ca6307f1e3a903ab32286c895a70d /sysutils/usermin/Makefile | |
| parent | Fix unitialized value warning if program is called without an existing pid (diff) | |
Upgrade to version 1.390.
Diffstat (limited to 'sysutils/usermin/Makefile')
| -rw-r--r-- | sysutils/usermin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile index 27b7e2f2a486..454e99046924 100644 --- a/sysutils/usermin/Makefile +++ b/sysutils/usermin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= usermin -PORTVERSION= 1.380 -PORTREVISION= 1 +PORTVERSION= 1.390 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/uupdates/:up \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ @@ -29,7 +28,7 @@ USE_PERL5= yes USE_RC_SUBR= usermin.sh SUB_LIST= PERL5=${PERL} -USERMIN_MODULES=quota-1.380-1.wbm.gz +USERMIN_MODULES= post-extract: @if [ "${USERMIN_MODULES}" != "" ]; then \ |
