diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-27 22:10:32 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-27 22:10:32 +0000 |
commit | a79689be8b38ef8b2958fa7d5fbfd42d27845344 (patch) | |
tree | a3076a10514a93b1dfb86f7b2f43b56b0bf15f6b /sysutils | |
parent | 4ec20860a8de32fd55baa97266d73db9e85defc8 (diff) | |
download | ports-a79689be8b38ef8b2958fa7d5fbfd42d27845344.tar.gz ports-a79689be8b38ef8b2958fa7d5fbfd42d27845344.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/webmin/Makefile | 3 | ||||
-rw-r--r-- | sysutils/webmin/pkg-message | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index b7554f2c3ecf..0792424a6419 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -20,7 +20,6 @@ MAINTAINER= olgeni@FreeBSD.org 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 USE_PERL5= yes SCRIPTS_ENV+= WRKDIR="${WRKDIR}" @@ -68,7 +67,6 @@ do-install: @${CP} -r ${WRKSRC}/* ${PREFIX}/lib/webmin @cd ${PREFIX}/lib/webmin && find . -name "*.orig" -print \ | xargs ${RM} - @cd ${PREFIX}/lib/webmin && ./setup.sh @${CP} ${WRKDIR}/webmin.sh ${PREFIX}/etc/rc.d/webmin.sh @${CHMOD} 554 ${PREFIX}/etc/rc.d/webmin.sh @@ -76,5 +74,6 @@ post-install: @${CP} ${PLIST} ${TMPPLIST} @find ${PREFIX}/lib/webmin -type f | ${SED} -e "s@${PREFIX}/@@" | sort >> ${TMPPLIST} @find ${PREFIX}/lib/webmin -type d | ${SED} -e "s@${PREFIX}/@@" | ${PERL} -e 'print (join ("\n", reverse map ("\@dirrm " . substr ($$_, 0, -1), <STDIN>)) . "\n");' >> ${TMPPLIST} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/sysutils/webmin/pkg-message b/sysutils/webmin/pkg-message new file mode 100644 index 000000000000..14115c9304c0 --- /dev/null +++ b/sysutils/webmin/pkg-message @@ -0,0 +1,8 @@ +================================== + +To configure webmin you should run +the following command as root: + + /usr/local/lib/webmin/setup.sh + +================================== |