mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Install headers
PR: ports/73838 Submitted by: Leonid Zolotarev <leoz@saunalahti.fi> (maintainer)
This commit is contained in:
parent
02d98e764a
commit
eb432840ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121470
2 changed files with 6 additions and 16 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue