diff options
Diffstat (limited to 'net-mgmt/ipplan/Makefile')
-rw-r--r-- | net-mgmt/ipplan/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-mgmt/ipplan/Makefile b/net-mgmt/ipplan/Makefile index 5ff4906af34e..a97961cb539f 100644 --- a/net-mgmt/ipplan/Makefile +++ b/net-mgmt/ipplan/Makefile @@ -6,11 +6,11 @@ # PORTNAME= ipplan -PORTVERSION= 4.0.4 +PORTVERSION= 4.3.1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= iptrack -DISTNAME= ${PORTNAME}-4.04 +DISTNAME= ${PORTNAME}-4.31 MAINTAINER= mt@primats.org.ua COMMENT= IP address management and tracking @@ -48,4 +48,9 @@ do-install: @${FIND} ${PREFIX}/${IPPLANDIR} -name '*.orig' -delete @${CAT} ${PKGMESSAGE} +post-install: + @${MKDIR} -m 700 /var/spool/ipplan/uploads \ + /var/spool/ipplan/exportdns + @${CHOWN} -R www:www /var/spool/ipplan + .include <bsd.port.mk> |