svn commit: r357440 - head/textproc/popup-stacks

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 11 09:14:06 UTC 2014


Author: vanilla
Date: Wed Jun 11 09:14:05 2014
New Revision: 357440
URL: http://svnweb.freebsd.org/changeset/ports/357440
QAT: https://qat.redports.org/buildarchive/r357440/

Log:
  Stagify.

Modified:
  head/textproc/popup-stacks/Makefile

Modified: head/textproc/popup-stacks/Makefile
==============================================================================
--- head/textproc/popup-stacks/Makefile	Wed Jun 11 09:13:23 2014	(r357439)
+++ head/textproc/popup-stacks/Makefile	Wed Jun 11 09:14:05 2014	(r357440)
@@ -14,15 +14,13 @@ COMMENT=	Stacks for use with Popup
 LICENSE=	GPLv2
 
 NO_BUILD=	yes
-
 WRKSRC=		${WRKDIR}
 STACKS=		English-German.cstack German-French.cstack
-PLIST_DIRS=	share/examples/popup
+PLIST_DIRS=	${EXAMPLESDIR}
 .for i in ${STACKS}
-PLIST_FILES+=	share/examples/popup/${i}
+PLIST_FILES+=	${EXAMPLESDIR}/${i}
 .endfor
 
-NO_STAGE=	yes
 do-extract:
 	${MKDIR} ${WRKDIR}
 .for i in ${DISTFILES}
@@ -31,7 +29,7 @@ do-extract:
 .endfor
 
 do-install:
-	${MKDIR} ${EXAMPLESDIR}
-	(cd  ${WRKDIR} && ${INSTALL_DATA} ${STACKS} ${EXAMPLESDIR}/)
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	(cd  ${WRKDIR} && ${INSTALL_DATA} ${STACKS} ${STAGEDIR}${EXAMPLESDIR}/)
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list