Date: Mon, 23 Jun 2014 13:38:52 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358944 - head/net/netwib Message-ID: <201406231338.s5NDcq2s038377@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Jun 23 13:38:51 2014 New Revision: 358944 URL: http://svnweb.freebsd.org/changeset/ports/358944 QAT: https://qat.redports.org/buildarchive/r358944/ Log: Stagify. Approved by: portmgr@ Modified: head/net/netwib/Makefile head/net/netwib/pkg-plist Modified: head/net/netwib/Makefile ============================================================================== --- head/net/netwib/Makefile Mon Jun 23 13:38:36 2014 (r358943) +++ head/net/netwib/Makefile Mon Jun 23 13:38:51 2014 (r358944) @@ -17,20 +17,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/src SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/} -MAN3= netwib.3 netwib_dat.3 netwib_err.3 netwib_net.3 \ - netwib_pkt.3 netwib_shw.3 netwib_sys.3 -MAN3+= netwib${SHORTPORTVERSION}.3 netwib${SHORTPORTVERSION}_dat.3 \ - netwib${SHORTPORTVERSION}_err.3 \ - netwib${SHORTPORTVERSION}_net.3 \ - netwib${SHORTPORTVERSION}_pkt.3 \ - netwib${SHORTPORTVERSION}_shw.3 \ - netwib${SHORTPORTVERSION}_sys.3 PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION} LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee \ 's|libnet-config|${LIBNET_CONFIG}|; \ Modified: head/net/netwib/pkg-plist ============================================================================== --- head/net/netwib/pkg-plist Mon Jun 23 13:38:36 2014 (r358943) +++ head/net/netwib/pkg-plist Mon Jun 23 13:38:51 2014 (r358944) @@ -125,6 +125,20 @@ include/netwib%%SHORTPORTVERSION%%/sys/w include/netwib%%SHORTPORTVERSION%%/sys/windows.h lib/libnetwib%%SHORTPORTVERSION%%.a lib/libnetwib.a +man/man3/netwib.3.gz +man/man3/netwib%%SHORTPORTVERSION%%.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_dat.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_err.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_net.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_pkt.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_shw.3.gz +man/man3/netwib%%SHORTPORTVERSION%%_sys.3.gz +man/man3/netwib_dat.3.gz +man/man3/netwib_err.3.gz +man/man3/netwib_net.3.gz +man/man3/netwib_pkt.3.gz +man/man3/netwib_shw.3.gz +man/man3/netwib_sys.3.gz @dirrm include/netwib%%SHORTPORTVERSION%%/dat @dirrm include/netwib%%SHORTPORTVERSION%%/net @dirrm include/netwib%%SHORTPORTVERSION%%/pkt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406231338.s5NDcq2s038377>