summaryrefslogtreecommitdiffstats
path: root/sysutils/nut22/Makefile
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-07-18 04:56:46 +0000
committerbp <bp@FreeBSD.org>2000-07-18 04:56:46 +0000
commitcce0f93c3359500f37171e513da3f8295e21e3ad (patch)
tree12994ad3a36164d3df205a3abbc5fa4cb6d878a0 /sysutils/nut22/Makefile
parent2211647209034179a7581e8f8e74ff7e48e45b74 (diff)
downloadFreeBSD-ports-cce0f93c3359500f37171e513da3f8295e21e3ad.zip
FreeBSD-ports-cce0f93c3359500f37171e513da3f8295e21e3ad.tar.gz
Upgrade to version 0.44.0
Diffstat (limited to 'sysutils/nut22/Makefile')
-rw-r--r--sysutils/nut22/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile
index cac1cbf..7505bc7 100644
--- a/sysutils/nut22/Makefile
+++ b/sysutils/nut22/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
OpenPOWER on IntegriCloud