diff options
author | pav <pav@FreeBSD.org> | 2004-11-13 03:10:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-13 03:10:39 +0800 |
commit | 6fc1ae64536108fdb5c5ecbcad5c364df85b2db9 (patch) | |
tree | bb2bd33be9c5183fd14fe61379938e0b3f16b73d | |
parent | 51a27c7fe7480f800899698e0cef7d6a3ed3f2dd (diff) | |
download | freebsd-ports-gnome-6fc1ae64536108fdb5c5ecbcad5c364df85b2db9.tar.gz freebsd-ports-gnome-6fc1ae64536108fdb5c5ecbcad5c364df85b2db9.tar.zst freebsd-ports-gnome-6fc1ae64536108fdb5c5ecbcad5c364df85b2db9.zip |
- Install headers
PR: ports/73838
Submitted by: Leonid Zolotarev <leoz@saunalahti.fi> (maintainer)
-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 |