diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-12 19:10:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-12 19:10:39 +0000 |
commit | eb432840ad1db512955649b023fd2cef36d40f87 (patch) | |
tree | dafea26fa2597b9e43e88d5d39e3445a734f7144 /net | |
parent | 02d98e764aad6c0c5c047ab44ac487f8e6688d16 (diff) | |
download | ports-eb432840ad1db512955649b023fd2cef36d40f87.tar.gz ports-eb432840ad1db512955649b023fd2cef36d40f87.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/acx100/Makefile | 13 | ||||
-rw-r--r-- | net/acx100/pkg-plist | 9 |
2 files changed, 6 insertions, 16 deletions
diff --git a/net/acx100/Makefile b/net/acx100/Makefile index 3caa27fbea3d..06658015dacd 100644 --- a/net/acx100/Makefile +++ b/net/acx100/Makefile @@ -7,6 +7,7 @@ PORTNAME= acx100 PORTVERSION= 20040701 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://wlan.kewl.org/download/:file_0 \ ftp://ftp.dlink.co.uk/wireless/dwl-650+/:file_1 @@ -44,15 +45,9 @@ pre-build: pre-install: @${INSTALL_MAN} ${WRKSRC}/if_acx.4 ${PREFIX}/man/man4 -# -# Comment this out when headers will be up to date. -# -#.if !exists($INCLUDEDIR}) -# @${MKDIR} ${INCLUDEDIR} -#.endif -# @${CP} ${WRKSRC}/include/if_acxioctl.h ${INCLUDEDIR} -# @${CP} ${WRKSRC}/include/if_acxpacket.h ${INCLUDEDIR} -# + + @${MKDIR} ${INCLUDEDIR} + @${CP} ${WRKSRC}/include/if_acxioctl.h ${INCLUDEDIR} post-install: @${CAT} ${PKGMESSAGE} diff --git a/net/acx100/pkg-plist b/net/acx100/pkg-plist index e5b45fa07250..bfbecddc0207 100644 --- a/net/acx100/pkg-plist +++ b/net/acx100/pkg-plist @@ -1,10 +1,5 @@ @comment $FreeBSD$ -@comment -@comment Comment this out when headers will be up to date. -@comment -@comment include/acx/if_acxioctl.h -@comment include/acx/if_acxpacket.h -@comment @dirrm include/acx -@comment +include/acx/if_acxioctl.h +@dirrm include/acx @cwd /boot/kernel if_acx.ko |