diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 19:37:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-28 19:37:38 +0000 |
commit | d182d0e1f22c7b0d8fd750b11bcbc6e065041723 (patch) | |
tree | b1826d377f937dd265b814d7aa51fb5ffa4a1b2f /net-mgmt | |
parent | 88504940dfac949ee2e8955d033dd049efcea57d (diff) | |
download | ports-d182d0e1f22c7b0d8fd750b11bcbc6e065041723.tar.gz ports-d182d0e1f22c7b0d8fd750b11bcbc6e065041723.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/pmacct/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index bbf30428c66f..5efaa0b83611 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pmacct -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= net-mgmt MASTER_SITES= http://www.ba.cnr.it/~paolo/pmacct/ @@ -33,10 +32,11 @@ PLIST_SUB+= WITH_PGSQL="@comment " .endif GNU_CONFIGURE= yes -USE_GETOPT_LONG=yes -USE_REINPLACE= yes +GNUCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +USE_GETOPT_LONG=yes +USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure diff --git a/net-mgmt/pmacct/distinfo b/net-mgmt/pmacct/distinfo index 868d4bfd6204..736e28fd950b 100644 --- a/net-mgmt/pmacct/distinfo +++ b/net-mgmt/pmacct/distinfo @@ -1,2 +1,2 @@ -MD5 (pmacct-0.6.2.tar.gz) = 90fd1a90a188bd907daa7ff3d2d5f787 -SIZE (pmacct-0.6.2.tar.gz) = 121657 +MD5 (pmacct-0.6.3.tar.gz) = b027d35e68ee6a2f2370c70c8a40d994 +SIZE (pmacct-0.6.3.tar.gz) = 133751 |