Date: Wed, 6 Aug 2014 01:57:44 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364149 - head/net/istgt Message-ID: <53e18b98.5e54.5a9c63c2@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Aug 6 01:57:43 2014 New Revision: 364149 URL: http://svnweb.freebsd.org/changeset/ports/364149 QAT: https://qat.redports.org/buildarchive/r364149/ Log: net/istgt: support stage Approved by: portmgr (implicit, stage) Modified: head/net/istgt/Makefile Modified: head/net/istgt/Makefile ============================================================================== --- head/net/istgt/Makefile Wed Aug 6 01:54:40 2014 (r364148) +++ head/net/istgt/Makefile Wed Aug 6 01:57:43 2014 (r364149) @@ -14,16 +14,14 @@ PKGMESSAGE= ${WRKDIR}/pkg-message GNU_CONFIGURE= yes -MAN1= istgt.1 -MANCOMPRESSED= yes - PLIST_FILES= bin/istgt \ bin/istgtcontrol \ etc/rc.d/istgt \ %%ETCDIR%%/auth.conf.sample \ %%ETCDIR%%/istgt.conf.sample \ %%ETCDIR%%/istgt.large.conf.sample \ - %%ETCDIR%%/istgtcontrol.conf.sample + %%ETCDIR%%/istgtcontrol.conf.sample \ + man/man1/istgt.1.gz PLIST_DIRSTRY= %%ETCDIR%% PORTDOCS= ${DOCS:T} @@ -34,7 +32,6 @@ OPTIONS_DEFAULT= SYMLNKDEV_DESC= Allow symbolic link for device file VBOXVD_DESC= Build with VBox VD support(no X11 required) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSYMLNKDEV} @@ -59,10 +56,7 @@ post-extract: @${REINPLACE_CMD} -e '/\/doc\/istgt/d' ${WRKSRC}/doc/Makefile.in post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e18b98.5e54.5a9c63c2>