svn commit: r341449 - head/textproc/gdict

Mathieu Arnold mat at FreeBSD.org
Mon Jan 27 20:48:14 UTC 2014


Author: mat
Date: Mon Jan 27 20:48:13 2014
New Revision: 341449
URL: http://svnweb.freebsd.org/changeset/ports/341449
QAT: https://qat.redports.org/buildarchive/r341449/

Log:
  Support staging.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/gdict/Makefile

Modified: head/textproc/gdict/Makefile
==============================================================================
--- head/textproc/gdict/Makefile	Mon Jan 27 20:48:12 2014	(r341448)
+++ head/textproc/gdict/Makefile	Mon Jan 27 20:48:13 2014	(r341449)
@@ -12,9 +12,8 @@ COMMENT=	Small program that finds defini
 
 USE_GNOME=	gtk12
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict
+	${INSTALL_PROGRAM} ${WRKSRC}/gdict ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/dict ${STAGEDIR}${PREFIX}/bin/cdict
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list