svn commit: r362572 - head/sysutils/gcombust
Pawel Pekala
pawel at FreeBSD.org
Tue Jul 22 19:33:42 UTC 2014
Author: pawel
Date: Tue Jul 22 19:33:41 2014
New Revision: 362572
URL: http://svnweb.freebsd.org/changeset/ports/362572
QAT: https://qat.redports.org/buildarchive/r362572/
Log:
- Add staging support
- Correct spelling mistakes in pkg-descr
Modified:
head/sysutils/gcombust/Makefile
head/sysutils/gcombust/pkg-descr
Modified: head/sysutils/gcombust/Makefile
==============================================================================
--- head/sysutils/gcombust/Makefile Tue Jul 22 19:32:50 2014 (r362571)
+++ head/sysutils/gcombust/Makefile Tue Jul 22 19:33:41 2014 (r362572)
@@ -24,12 +24,8 @@ CONFIGURE_ARGS+=--without-included-gette
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
pre-patch:
@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
${WRKSRC}/configure
@@ -39,10 +35,8 @@ post-configure:
cd ${WRKSRC}/po && ${MAKE} update-po
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${PREFIX}/share/doc/gcombust
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/sysutils/gcombust/pkg-descr
==============================================================================
--- head/sysutils/gcombust/pkg-descr Tue Jul 22 19:32:50 2014 (r362571)
+++ head/sysutils/gcombust/pkg-descr Tue Jul 22 19:33:41 2014 (r362572)
@@ -5,11 +5,11 @@ would probably be wise to test it with t
I haven't made any stupid errors. Also, it prints the command it's executing to
stdout so you can look at it and maybe spot errors.
-I love to recieve feedback/comments/ideas/bugreports at:
+I love to receive feedback/comments/ideas/bugreports at:
jmunsin at iki.fi (jmunsin at abo.fi)
NOTE: If you decide to do a NLS translation of gcombust, it might be a good
- idea to mail me about it to make sure noone else is doing one for the
+ idea to mail me about it to make sure no one else is doing one for the
same language.
WWW: http://www.abo.fi/~jmunsin/gcombust/
More information about the svn-ports-head
mailing list