diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-11 10:29:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2010-01-11 10:29:03 +0000 |
commit | b8edef0d40a5b265d45e8c6eac8a6949229c86a8 (patch) | |
tree | c9f18ffc36c3b1f419c6f8311725bba78b333f46 /sysutils/webmin | |
parent | fad778e176fbb244fe287cb2d591635d0546636f (diff) | |
download | ports-b8edef0d40a5b265d45e8c6eac8a6949229c86a8.tar.gz ports-b8edef0d40a5b265d45e8c6eac8a6949229c86a8.zip |
Notes
Diffstat (limited to 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index e6ae6469aa59..47e0a42b8017 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -7,6 +7,7 @@ PORTNAME= webmin PORTVERSION= 1.500 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \ @@ -35,6 +36,7 @@ post-extract: ${TAR} --unlink -xzf ${DISTDIR}/$${webmin_module} -C ${WRKSRC}; \ done; \ fi + @${CP} ${WRKSRC}/mount/freebsd-mounts-7.c ${WRKSRC}/mount/freebsd-mounts-8.c post-patch: .for file in config-freebsd apache/config-freebsd \ |