Date: Mon, 16 Jun 2014 16:44:38 +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: r358024 - head/textproc/jdictionary Message-ID: <201406161644.s5GGicK3099865@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Jun 16 16:44:38 2014 New Revision: 358024 URL: http://svnweb.freebsd.org/changeset/ports/358024 QAT: https://qat.redports.org/buildarchive/r358024/ Log: Stagify. Approved by: portmgr@ Modified: head/textproc/jdictionary/Makefile head/textproc/jdictionary/Makefile.plugin Modified: head/textproc/jdictionary/Makefile ============================================================================== --- head/textproc/jdictionary/Makefile Mon Jun 16 16:39:14 2014 (r358023) +++ head/textproc/jdictionary/Makefile Mon Jun 16 16:44:38 2014 (r358024) @@ -23,10 +23,9 @@ NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= jdictionary.sh -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/jdictionary.jar ${DATADIR}/ - ${INSTALL_SCRIPT} ${WRKDIR}/jdictionary.sh ${PREFIX}/bin/jdictionary + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/jdictionary.jar ${STAGEDIR}${DATADIR}/ + ${INSTALL_SCRIPT} ${WRKDIR}/jdictionary.sh ${STAGEDIR}${PREFIX}/bin/jdictionary .include <bsd.port.mk> Modified: head/textproc/jdictionary/Makefile.plugin ============================================================================== --- head/textproc/jdictionary/Makefile.plugin Mon Jun 16 16:39:14 2014 (r358023) +++ head/textproc/jdictionary/Makefile.plugin Mon Jun 16 16:44:38 2014 (r358024) @@ -26,7 +26,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST_SUB+= DISTNAME=${DISTNAME} do-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161644.s5GGicK3099865>