svn commit: r352539 - head/graphics/s10sh
Pawel Pekala
pawel at FreeBSD.org
Mon Apr 28 18:21:03 UTC 2014
Author: pawel
Date: Mon Apr 28 18:21:03 2014
New Revision: 352539
URL: http://svnweb.freebsd.org/changeset/ports/352539
QAT: https://qat.redports.org/buildarchive/r352539/
Log:
Finish STAGE support
Modified:
head/graphics/s10sh/Makefile
Modified: head/graphics/s10sh/Makefile
==============================================================================
--- head/graphics/s10sh/Makefile Mon Apr 28 18:20:55 2014 (r352538)
+++ head/graphics/s10sh/Makefile Mon Apr 28 18:21:03 2014 (r352539)
@@ -11,23 +11,19 @@ MASTER_SITES= http://www.reynoldsnet.org
MAINTAINER= ports at FreeBSD.org
COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras
-NO_STAGE= yes
# Don't extract the libusb bundled with s10sh:
EXTRACT_AFTER_ARGS= --exclude '*/libusb*'
MAKEFILE= ${FILESDIR}/Makefile.bsd
PLIST_FILES= bin/${PORTNAME}
-
PORTDOCS= README
OPTIONS_DEFINE= USB DOCS
-.include <bsd.port.pre.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list