diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-24 09:03:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-24 09:03:40 +0000 |
commit | 2f4081a4d66f3883fcf568aa44d3e1321208338f (patch) | |
tree | 87e24408e8ff3880059cdbe61b057ee3562379d8 /net-mgmt | |
parent | 7bf57d5dd635a9c8708145364d056880d45fa221 (diff) | |
download | ports-2f4081a4d66f3883fcf568aa44d3e1321208338f.tar.gz ports-2f4081a4d66f3883fcf568aa44d3e1321208338f.zip |
- Update to version 0.7.1
* Use PLIST_FILES
Notes
Notes:
svn path=/head/; revision=98945
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/packit/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/packit/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/packit/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile index 897b9189de3c..3d3e79c488d8 100644 --- a/net-mgmt/packit/Makefile +++ b/net-mgmt/packit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= packit -PORTVERSION= 0.7 +PORTVERSION= 0.7.1 CATEGORIES= net MASTER_SITES= http://packit.sourceforge.net/downloads/ EXTRACT_SUFX= .tgz @@ -18,8 +18,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config MAN8= packit.8 +PLIST_FILES= sbin/packit GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/net-mgmt/packit/distinfo b/net-mgmt/packit/distinfo index 8b7f19e0e36b..e512d72a0fc4 100644 --- a/net-mgmt/packit/distinfo +++ b/net-mgmt/packit/distinfo @@ -1 +1 @@ -MD5 (packit-0.7.tgz) = ed52ea0ad44daea26f34ec1c20a35599 +MD5 (packit-0.7.1.tgz) = 08a64f736143af3038ccd3b6b1f94a65 diff --git a/net-mgmt/packit/pkg-plist b/net-mgmt/packit/pkg-plist deleted file mode 100644 index 19ccbf81d682..000000000000 --- a/net-mgmt/packit/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/packit |