diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-21 21:00:33 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-21 21:00:33 +0000 |
commit | 235e0c0890fd94b338317dbae99ef8fce75129d2 (patch) | |
tree | 687cc3167fd1d7bdcfa54b68496dfda41bdf40fa /net-mgmt/ipacctd | |
parent | 2718265a6b05c0010b8eedcb126649368e3f642b (diff) | |
download | ports-235e0c0890fd94b338317dbae99ef8fce75129d2.tar.gz ports-235e0c0890fd94b338317dbae99ef8fce75129d2.zip |
Notes
Diffstat (limited to 'net-mgmt/ipacctd')
-rw-r--r-- | net-mgmt/ipacctd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile index 5abeacb81035..411ede3422d4 100644 --- a/net-mgmt/ipacctd/Makefile +++ b/net-mgmt/ipacctd/Makefile @@ -16,13 +16,15 @@ COMMENT= IP accounting using divert socket USE_RC_SUBR= ipacctd -WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= BINDIR="${PREFIX}/sbin" MAN8= ipacctd.8 MANLANG= "" ru.KOI8-R MANCOMPRESSED= yes +post-extract: + @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} + post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" |