Date: Fri, 4 Apr 2014 09:21:53 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350074 - head/misc/lesspipe Message-ID: <201404040921.s349Lrc3098937@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Apr 4 09:21:52 2014 New Revision: 350074 URL: http://svnweb.freebsd.org/changeset/ports/350074 QAT: https://qat.redports.org/buildarchive/r350074/ Log: Support staging Modified: head/misc/lesspipe/Makefile Modified: head/misc/lesspipe/Makefile ============================================================================== --- head/misc/lesspipe/Makefile Fri Apr 4 09:19:28 2014 (r350073) +++ head/misc/lesspipe/Makefile Fri Apr 4 09:21:52 2014 (r350074) @@ -32,20 +32,13 @@ NO_BUILD= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --default --prefix=${PREFIX} -PLIST_FILES= bin/lesspipe.sh \ - bin/code2color +PLIST_FILES= bin/lesspipe.sh bin/code2color man/man1/lesspipe.1.gz SUB_FILES= pkg-message -MAN1= lesspipe.1 - -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/code2color ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/lesspipe.sh ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/lesspipe.1 ${PREFIX}/man/man1 - -post-install: - @${CAT} ${PKGMESSAGE} + ${INSTALL_SCRIPT} ${WRKSRC}/code2color ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/lesspipe.sh ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/lesspipe.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404040921.s349Lrc3098937>