diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-06 09:29:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-06 09:29:19 +0000 |
commit | a0f23fccb4ecd2037103222b6baaedd082a34a78 (patch) | |
tree | 9c061cbb2b9b652f199c4d9b625a7f3904a7e692 /net-mgmt | |
parent | c8707b6b06e3585a14f68916205bd98d330944fe (diff) | |
download | ports-a0f23fccb4ecd2037103222b6baaedd082a34a78.tar.gz ports-a0f23fccb4ecd2037103222b6baaedd082a34a78.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/ap-utils/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/ap-utils/pkg-plist | 9 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index 505ae16d708a..2e4ac46b9b78 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ap-utils -PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +15,7 @@ MAINTAINER= daniel+aputils@pelleg.org COMMENT= A set of utilities to configure and monitor wireless access points GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_BZIP2= yes USE_GETTEXT= yes USE_REINPLACE= yes @@ -29,7 +29,7 @@ post-patch: post-install: ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/Documentation && \ - ${INSTALL_DATA} FAQ Ovislink-HOWTO.html ${DOCSDIR} + ${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/net-mgmt/ap-utils/distinfo b/net-mgmt/ap-utils/distinfo index bd54c3812e40..d210609239e2 100644 --- a/net-mgmt/ap-utils/distinfo +++ b/net-mgmt/ap-utils/distinfo @@ -1 +1,2 @@ -MD5 (ap-utils-1.3.3.tar.bz2) = 5adfcbec9b0de14832c93da9c1d4c1b1 +MD5 (ap-utils-1.4.tar.bz2) = ff2ba8d6563d4e53ea3db6bd0262e381 +SIZE (ap-utils-1.4.tar.bz2) = 367750 diff --git a/net-mgmt/ap-utils/pkg-plist b/net-mgmt/ap-utils/pkg-plist index c037cbf3e2d1..15f64283ef64 100644 --- a/net-mgmt/ap-utils/pkg-plist +++ b/net-mgmt/ap-utils/pkg-plist @@ -1,11 +1,14 @@ bin/ap-config bin/ap-mrtg +bin/ap-gl sbin/ap-trapd share/locale/fr/LC_MESSAGES/ap-utils.mo share/locale/nl/LC_MESSAGES/ap-utils.mo share/locale/pl/LC_MESSAGES/ap-utils.mo share/locale/ro/LC_MESSAGES/ap-utils.mo share/locale/uk/LC_MESSAGES/ap-utils.mo -%%PORTDOCS%%share/doc/ap-utils/FAQ -%%PORTDOCS%%share/doc/ap-utils/Ovislink-HOWTO.html -%%PORTDOCS%%@dirrm share/doc/ap-utils +%%PORTDOCS%%%%DOCSDIR%%/FAQ +%%PORTDOCS%%%%DOCSDIR%%/Ovislink-HOWTO.html +%%PORTDOCS%%%%DOCSDIR%%/HARDWARE-NOTES +%%PORTDOCS%%%%DOCSDIR%%/README.ap-gl +%%PORTDOCS%%@dirrm %%DOCSDIR%% |