mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix do-configure target [1]
- Use PLIST_FILES instead of pkg-plist - Add LICENSE PR: ports/161403 [1] Submitted by: Conrad J. Sabatier <conrads@cox.net> [1] Approved by: maintainer timeout (3+ weeks)
This commit is contained in:
parent
293b02329d
commit
c2c0875c1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285267
@ -15,12 +15,18 @@ DISTNAME= tcp4u331
|
||||
MAINTAINER= otis@freebsd.sk
|
||||
COMMENT= TCP interface library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
WRKSRC= ${WRKDIR}/tcp4u.331/src
|
||||
PATCH_WRKSRC= ${WRKDIR}/tcp4u.331
|
||||
|
||||
USE_ZIP= yes
|
||||
|
||||
do-configure::
|
||||
PLIST_FILES= include/udp4u.h include/tcp4u.h \
|
||||
include/smtp4u.h include/http4u.h \
|
||||
lib/libtcp4ux.a
|
||||
|
||||
do-configure:
|
||||
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/../Unix/Makefile
|
||||
${CP} ${WRKSRC}/../Unix/Makefile ${WRKSRC}
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
include/udp4u.h
|
||||
include/tcp4u.h
|
||||
include/smtp4u.h
|
||||
include/http4u.h
|
||||
lib/libtcp4ux.a
|
Loading…
Reference in New Issue
Block a user