aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-28 18:21:03 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-28 18:21:03 +0000
commit5aab3d68c8b06594f9411d2bb9ea567f53027948 (patch)
tree71c37ae2c5a1f985a385198b5dcc1a00fd7c6df9 /graphics
parent7a0ec006e72b9e7c464c527666c45ea2b006ae05 (diff)
downloadports-5aab3d68c8b06594f9411d2bb9ea567f53027948.tar.gz
ports-5aab3d68c8b06594f9411d2bb9ea567f53027948.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/s10sh/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index 07131ee9883c..a957019982a9 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -11,23 +11,19 @@ MASTER_SITES= http://www.reynoldsnet.org/s10sh/ \
MAINTAINER= ports@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>