From cd69cf4d391a67d8d3cf300ee54bf4168b260496 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Fri, 28 Feb 2014 08:55:29 +0000 Subject: Support staging --- net/libunp/Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'net/libunp') diff --git a/net/libunp/Makefile b/net/libunp/Makefile index 2b11dd9d59a7..c75ad9403c9c 100644 --- a/net/libunp/Makefile +++ b/net/libunp/Makefile @@ -11,24 +11,24 @@ DISTNAME= unpv12e MAINTAINER= ports@FreeBSD.org COMMENT= The networking library used in UNIX Network Programming Volume 1 2e +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes -NO_STAGE= yes pre-patch: - @ ${CP} ${WRKSRC}/lib/wrapsock.c ${WRKSRC}/lib/wrapsock_r.c + @${CP} ${WRKSRC}/lib/wrapsock.c ${WRKSRC}/lib/wrapsock_r.c post-configure: - @ ${MKDIR} ${WRKSRC}/unp - @ ${LN} -s ${WRKSRC}/config.h ${WRKSRC}/unp/config.h - @ ${LN} -s ${WRKSRC}/lib/addrinfo.h ${WRKSRC}/unp/addrinfo.h + @${MKDIR} ${WRKSRC}/unp + @${LN} -s ${WRKSRC}/config.h ${WRKSRC}/unp/config.h + @${LN} -s ${WRKSRC}/lib/addrinfo.h ${WRKSRC}/unp/addrinfo.h do-install: - ${INSTALL_DATA} ${WRKSRC}/libunp.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/libunp_r.a ${PREFIX}/lib - ${MKDIR} ${PREFIX}/include/unp - ${INSTALL_DATA} ${WRKSRC}/lib/unp.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/lib/addrinfo.h ${PREFIX}/include/unp - ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/unp + ${INSTALL_DATA} ${WRKSRC}/libunp.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libunp_r.a ${STAGEDIR}${PREFIX}/lib + @${MKDIR} ${STAGEDIR}${PREFIX}/include/unp + ${INSTALL_DATA} ${WRKSRC}/lib/unp.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/lib/addrinfo.h \ + ${STAGEDIR}${PREFIX}/include/unp + ${INSTALL_DATA} ${WRKSRC}/config.h ${STAGEDIR}${PREFIX}/include/unp .include -- cgit ndabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 6.017Sunpoet Po-Chuan Hsieh2020-12-202-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Dist-Zilla
* Update to 6.015Sunpoet Po-Chuan Hsieh2020-07-242-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Dist-Zilla
* Update to 6.014Sunpoet Po-Chuan Hsieh2020-04-072-8/+6
| | | | Changes: https://metacpan.org/changes/distribution/Dist-Zilla
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2019-05-131-7/+1
|
* Fix r481365Sunpoet Po-Chuan Hsieh2018-10-221-3/+2
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-3/+4
| | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
* Update WWWSunpoet Po-Chuan Hsieh2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Update to 6.012Sunpoet Po-Chuan Hsieh2018-04-22