diff options
author | Boris Popov <bp@FreeBSD.org> | 2000-07-18 04:56:46 +0000 |
---|---|---|
committer | Boris Popov <bp@FreeBSD.org> | 2000-07-18 04:56:46 +0000 |
commit | 41fa24ec09e65b0d346b839ad31c7d62ca963393 (patch) | |
tree | cf8efcfe6daa85712a0d96642509a5e3ea53da4a /sysutils/nut/Makefile | |
parent | Use 'killall cfsd' on stop (diff) |
Upgrade to version 0.44.0
Diffstat (limited to 'sysutils/nut/Makefile')
-rw-r--r-- | sysutils/nut/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index cac1cbf3d0d0..7505bc706627 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 0.43.1 +PORTVERSION= 0.44.0 CATEGORIES= sysutils MASTER_SITES= http://www.exploits.org/nut/release/ @@ -18,7 +18,10 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/nut \ - --with-uid=65534 --with-gid=68 + --with-cgipath=${PREFIX}/share/nut/cgi \ + --with-modelpath=${PREFIX}/sbin \ + --with-uid=65534 --with-gid=68 + ALL_TARGET= all PLIST= ${WRKDIR}/PLIST.DYN @@ -51,7 +54,11 @@ post-install: @${CHMOD} 0755 ${PREFIX}/etc/rc.d/upsd.sh.sample .if !defined(NOPORTDOCS) @if ! [ -d ${NDOCDIR} ]; then ${MKDIR} ${NDOCDIR}; fi - ${INSTALL_DATA} ${WRKSRC}/docs/* ${NDOCDIR} + @if ! [ -d ${NDOCDIR}/cables ]; then ${MKDIR} ${NDOCDIR}/cables; fi + ${INSTALL_DATA} ${WRKSRC}/docs/cables/*.txt ${NDOCDIR}/cables + ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${NDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/FAQ ${NDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/Changes.trust ${NDOCDIR} ${INSTALL_DATA} ${WRKSRC}/README ${NDOCDIR} ${INSTALL_DATA} ${WRKSRC}/QUICKSTART ${NDOCDIR} .endif |