diff options
Diffstat (limited to 'sysutils/webmin/Makefile')
-rw-r--r-- | sysutils/webmin/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 00ae071df4af..364b5e52e713 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -6,13 +6,13 @@ # PORTNAME= webmin -PORTVERSION= 0.80 +PORTVERSION= 0.82 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/webmin/download/ MAINTAINER= andreas@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay NO_BUILD= yes IS_INTERACTIVE= yes @@ -29,9 +29,11 @@ post-patch: ${WRKDIR}/webmin-${PORTVERSION}/bind8/config-freebsd-3.4 do-install: - ${MKDIR} ${PREFIX}/lib/webmin - ${CP} -r ${WRKSRC}/* ${PREFIX}/lib/webmin - @cd ${PREFIX}/lib/webmin && find . -name "*.orig" -print | xargs ${RM} - @cd ${PREFIX}/lib/webmin && ./setup.sh + ${MKDIR} ${LOCALBASE}/lib/webmin + ${CP} -r ${WRKSRC}/* ${LOCALBASE}/lib/webmin + @cd ${LOCALBASE}/lib/webmin && find . -name "*.orig" -print \ + | xargs ${RM} + @cd ${LOCALBASE}/lib/webmin && ./setup.sh + ${MV} /tmp/webmin.sh ${LOCALBASE}/etc/rc.d/webmin.sh .include <bsd.port.mk> |