svn commit: r366043 - head/japanese/guesswork-classic

Vanilla I. Shu vanilla at FreeBSD.org
Mon Aug 25 08:18:19 UTC 2014


Author: vanilla
Date: Mon Aug 25 08:18:18 2014
New Revision: 366043
URL: http://svnweb.freebsd.org/changeset/ports/366043
QAT: https://qat.redports.org/buildarchive/r366043/

Log:
  Stagify.

Modified:
  head/japanese/guesswork-classic/Makefile

Modified: head/japanese/guesswork-classic/Makefile
==============================================================================
--- head/japanese/guesswork-classic/Makefile	Mon Aug 25 08:13:44 2014	(r366042)
+++ head/japanese/guesswork-classic/Makefile	Mon Aug 25 08:18:18 2014	(r366043)
@@ -19,29 +19,24 @@ WANT_PHP_WEB=	yes
 SUB_FILES=	pkg-message
 
 PORTDOCS=	ChangeLog README LICENSE
+OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 post-extract:
 	@${FIND} ${WRKSRC} -name '.cvsignore' -delete
 
 do-install:
-	${MKDIR} ${DATADIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}
 .for DIR in lib test
-	${CP} -Rp ${WRKSRC}/${DIR} ${DATADIR}
-	${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
+	${CP} -Rp ${WRKSRC}/${DIR} ${STAGEDIR}${DATADIR}
+	${FIND} ${STAGEDIR}${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
 .endfor
-	${MKDIR} ${EXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 .for DIR in examples public_html smarty
-	${CP} -Rp ${WRKSRC}/${DIR} ${EXAMPLESDIR}
+	${CP} -Rp ${WRKSRC}/${DIR} ${STAGEDIR}${EXAMPLESDIR}
 .endfor
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list