diff options
author | krion <krion@FreeBSD.org> | 2004-03-06 17:29:19 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-06 17:29:19 +0800 |
commit | f403c8d7fbfa7ccc8b4f1124079a9e3f75a92415 (patch) | |
tree | 9638c5db455a3266ad63f5e7d4f3b1e9f2b3d1fc /net-mgmt | |
parent | f390701c792f397fc9587e929ac9892e365b5020 (diff) | |
download | freebsd-ports-gnome-f403c8d7fbfa7ccc8b4f1124079a9e3f75a92415.tar.gz freebsd-ports-gnome-f403c8d7fbfa7ccc8b4f1124079a9e3f75a92415.tar.zst freebsd-ports-gnome-f403c8d7fbfa7ccc8b4f1124079a9e3f75a92415.zip |
- Update to version 1.4
PR: ports/63822
Submitted by: maintainer
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%% |