Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 19:33:41 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362572 - head/sysutils/gcombust
Message-ID:  <201407221933.s6MJXf0C059972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@iki.fi (jmunsin@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407221933.s6MJXf0C059972>