diff options
author | wg <wg@FreeBSD.org> | 2014-08-06 09:57:43 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-08-06 09:57:43 +0800 |
commit | 0e9ffa4ee93a8ae3cd2e34d3e7860e62107b7bd6 (patch) | |
tree | 5ba7496054e48eef3fbf960d3d67967accc7f108 /net | |
parent | 4a9a065e4640cf088481bebc268301ab55a5655a (diff) | |
download | freebsd-ports-gnome-0e9ffa4ee93a8ae3cd2e34d3e7860e62107b7bd6.tar.gz freebsd-ports-gnome-0e9ffa4ee93a8ae3cd2e34d3e7860e62107b7bd6.tar.zst freebsd-ports-gnome-0e9ffa4ee93a8ae3cd2e34d3e7860e62107b7bd6.zip |
net/istgt: support stage
Approved by: portmgr (implicit, stage)
Diffstat (limited to 'net')
-rw-r--r-- | net/istgt/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile index 739f193929b7..b652b9aaa781 100644 --- a/net/istgt/Makefile +++ b/net/istgt/Makefile @@ -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> |