Date: Wed, 11 Jun 2014 09:14:06 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357440 - head/textproc/popup-stacks Message-ID: <201406110914.s5B9E6PV054483@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406110914.s5B9E6PV054483>