svn commit: r348473 - head/editors/gate
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Mar 17 13:53:30 UTC 2014
Author: ehaupt
Date: Mon Mar 17 13:53:29 2014
New Revision: 348473
URL: http://svnweb.freebsd.org/changeset/ports/348473
QAT: https://qat.redports.org/buildarchive/r348473/
Log:
Support staging
Modified:
head/editors/gate/Makefile
head/editors/gate/pkg-plist
Modified: head/editors/gate/Makefile
==============================================================================
--- head/editors/gate/Makefile Mon Mar 17 13:35:56 2014 (r348472)
+++ head/editors/gate/Makefile Mon Mar 17 13:53:29 2014 (r348473)
@@ -14,12 +14,10 @@ BUILD_DEPENDS= aspell:${PORTSDIR}/textpr
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>
Modified: head/editors/gate/pkg-plist
==============================================================================
--- head/editors/gate/pkg-plist Mon Mar 17 13:35:56 2014 (r348472)
+++ head/editors/gate/pkg-plist Mon Mar 17 13:53:29 2014 (r348473)
@@ -1,3 +1,4 @@
bin/gate
+man/man1/gate.1.gz
%%DATADIR%%/gate.help
@dirrm %%DATADIR%%
More information about the svn-ports-all
mailing list