aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pmacct/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-01 14:29:39 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-01 14:29:39 +0000
commit9ac97e8cdb7be2f40e5879dc29f79138619952ac (patch)
treeb7610b596afde6920eff77330fd0fb7c4234e864 /net-mgmt/pmacct/Makefile
parentf1f501be8599bc5b107fffbcd820559a28e59da6 (diff)
downloadports-9ac97e8cdb7be2f40e5879dc29f79138619952ac.tar.gz
ports-9ac97e8cdb7be2f40e5879dc29f79138619952ac.zip
Notes
Diffstat (limited to 'net-mgmt/pmacct/Makefile')
-rw-r--r--net-mgmt/pmacct/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile
index 82847732232d..7bd0c97f3d08 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pmacct
-PORTVERSION= 0.6.4p1
+PORTVERSION= 0.7.0
CATEGORIES= net-mgmt
MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/
@@ -38,8 +38,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
USE_GETOPT_LONG=yes
USE_REINPLACE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-0.6.4
-
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
@@ -48,7 +46,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for i in README EXAMPLES INTERNALS PLUGINS
+.for i in ChangeLog EXAMPLES FAQS README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif