aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ng_ipacct
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-08-13 18:22:57 +0800
committerdougb <dougb@FreeBSD.org>2012-08-13 18:22:57 +0800
commit2d620bacc87c835f775534b788df2aaeba706e2d (patch)
treee07eb2d3dc66cf4a1af3e1cb589316356960f226 /net-mgmt/ng_ipacct
parenta52d185ac704681b40782c2c647ada239e278340 (diff)
downloadfreebsd-ports-gnome-2d620bacc87c835f775534b788df2aaeba706e2d.tar.gz
freebsd-ports-gnome-2d620bacc87c835f775534b788df2aaeba706e2d.tar.zst
freebsd-ports-gnome-2d620bacc87c835f775534b788df2aaeba706e2d.zip
Fix problem introduced in r302141. The directory for the unpacked source
files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. PR: ports/170592 Submitted by: Eugene Grosbein <eugen@eg.sd.rdtc.ru>
Diffstat (limited to 'net-mgmt/ng_ipacct')
-rw-r--r--net-mgmt/ng_ipacct/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile
index cb59702c8c61..de066c473ecf 100644
--- a/net-mgmt/ng_ipacct/Makefile
+++ b/net-mgmt/ng_ipacct/Makefile
@@ -25,7 +25,7 @@ OPTIONS= MEM_ZONE "Use UMA zone allocator (>= 5.x only)" on
KMODDIR= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR:S!^/!!}
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ENV= BINDIR="${PREFIX}/sbin" KMODDIR=${KMODDIR}
MAN8= ipacctctl.8
@@ -41,6 +41,9 @@ SUB_FILES= pkg-message
CFLAGS+= -DMEM_USE_ZONE
.endif
+post-extract:
+ @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
+
post-install:
@${MKDIR} ${PREFIX}/include/netgraph
${INSTALL_DATA} ${WRKSRC}/ng_ipacct/ng_ipacct.h ${PREFIX}/include/netgraph