1
0
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:
Ryan Steinmetz 2011-11-07 22:25:19 +00:00
parent 293b02329d
commit c2c0875c1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285267
2 changed files with 7 additions and 6 deletions

View File

@ -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}

View File

@ -1,5 +0,0 @@
include/udp4u.h
include/tcp4u.h
include/smtp4u.h
include/http4u.h
lib/libtcp4ux.a