diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-17 21:53:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-17 21:53:29 +0800 |
commit | 2c921ed816a3d2be4b61a79942e4b2baa1de0ef4 (patch) | |
tree | 0c5d5b9060f8de018efb4319e45ad1c9dbe02b40 /editors | |
parent | c3223642107a80dd15ffdf02811347359aa17dad (diff) | |
download | freebsd-ports-gnome-2c921ed816a3d2be4b61a79942e4b2baa1de0ef4.tar.gz freebsd-ports-gnome-2c921ed816a3d2be4b61a79942e4b2baa1de0ef4.tar.zst freebsd-ports-gnome-2c921ed816a3d2be4b61a79942e4b2baa1de0ef4.zip |
Support staging
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gate/Makefile | 12 | ||||
-rw-r--r-- | editors/gate/pkg-plist | 1 |
2 files changed, 6 insertions, 7 deletions
diff --git a/editors/gate/Makefile b/editors/gate/Makefile index 29c0e59ed853..899abbf1a807 100644 --- a/editors/gate/Makefile +++ b/editors/gate/Makefile @@ -14,12 +14,10 @@ BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell GNU_CONFIGURE= yes + CONFIGURE_ARGS= --with-aspell=${LOCALBASE}/bin/aspell ALL_TARGET= gate gate.1 -MAN1= gate.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|$${res_datadir}|${DATADIR}|g' ${WRKSRC}/configure @@ -27,9 +25,9 @@ post-patch: 's|^char \*malloc();||g' ${WRKSRC}/term.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gate ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gate.1 ${MANPREFIX}/man/man1 - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/gate.help ${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/gate ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/gate.1 ${STAGEDIR}${MANPREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/gate.help ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/editors/gate/pkg-plist b/editors/gate/pkg-plist index d9897f9dad53..4842dc778c33 100644 --- a/editors/gate/pkg-plist +++ b/editors/gate/pkg-plist @@ -1,3 +1,4 @@ bin/gate +man/man1/gate.1.gz %%DATADIR%%/gate.help @dirrm %%DATADIR%% |