Date: Sun, 26 Jan 2014 15:31:05 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341224 - head/textproc/dictionary Message-ID: <201401261531.s0QFV5b4098861@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Sun Jan 26 15:31:04 2014 New Revision: 341224 URL: http://svnweb.freebsd.org/changeset/ports/341224 QAT: https://qat.redports.org/buildarchive/r341224/ Log: Convert to staging. Sponsored by: Absolight Modified: head/textproc/dictionary/Makefile head/textproc/dictionary/pkg-plist Modified: head/textproc/dictionary/Makefile ============================================================================== --- head/textproc/dictionary/Makefile Sun Jan 26 15:28:09 2014 (r341223) +++ head/textproc/dictionary/Makefile Sun Jan 26 15:31:04 2014 (r341224) @@ -16,24 +16,19 @@ USE_EMACS= yes LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ELS= connection.el dictionary.el link.el +DOCSDIR= README -NO_STAGE= yes do-build: cd ${WRKSRC}; ${EMACS_CMD} -batch -l lpath.el -f batch-byte-compile ${ELS} do-install: - ${MKDIR} ${LISPDIR} + @${MKDIR} ${STAGEDIR}${LISPDIR} .for i in ${ELS} *.elc dictionary-init.el - ${INSTALL_DATA} ${WRKSRC}/${i} ${LISPDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${LISPDIR} .endfor - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in README - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> Modified: head/textproc/dictionary/pkg-plist ============================================================================== --- head/textproc/dictionary/pkg-plist Sun Jan 26 15:28:09 2014 (r341223) +++ head/textproc/dictionary/pkg-plist Sun Jan 26 15:31:04 2014 (r341224) @@ -6,5 +6,3 @@ %%EMACS_VERSION_SITE_LISPDIR%%/dictionary/link.el %%EMACS_VERSION_SITE_LISPDIR%%/dictionary/link.elc @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/dictionary -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401261531.s0QFV5b4098861>