Date: Thu, 6 Feb 2014 12:16:23 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343054 - head/print/min12xxw Message-ID: <201402061216.s16CGNmi013613@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Feb 6 12:16:22 2014 New Revision: 343054 URL: http://svnweb.freebsd.org/changeset/ports/343054 QAT: https://qat.redports.org/buildarchive/r343054/ Log: - Stage support Modified: head/print/min12xxw/Makefile Modified: head/print/min12xxw/Makefile ============================================================================== --- head/print/min12xxw/Makefile Thu Feb 6 12:15:50 2014 (r343053) +++ head/print/min12xxw/Makefile Thu Feb 6 12:16:22 2014 (r343054) @@ -11,13 +11,12 @@ COMMENT= Print driver for the Minolta Pa HAS_CONFIGURE= yes -MAN1= min12xxw.1 -PLIST_FILES= bin/min12xxw bin/esc-m +PLIST_FILES= bin/min12xxw bin/esc-m \ + man/man1/min12xxw.1.gz -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/min12xxw ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/esc-m ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/min12xxw.1 ${PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/min12xxw ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/esc-m ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/min12xxw.1 ${STAGEDIR}${PREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061216.s16CGNmi013613>