aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2014-01-31 03:36:27 +0800
committernox <nox@FreeBSD.org>2014-01-31 03:36:27 +0800
commit4b43acd55d83412352c9435c1de893c096f023c2 (patch)
tree3aef449b851e6ada7937eb164c715f019fcf4b55 /multimedia
parent6720e3b4a3214e7461e325bdea8afd90fe9999ea (diff)
downloadfreebsd-ports-gnome-4b43acd55d83412352c9435c1de893c096f023c2.tar.gz
freebsd-ports-gnome-4b43acd55d83412352c9435c1de893c096f023c2.tar.zst
freebsd-ports-gnome-4b43acd55d83412352c9435c1de893c096f023c2.zip
No need to check DOCS knob in do-install with staging - saves parsing
bsd.port.mk one time too many. Submitted by: mat
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/szap-s2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/szap-s2/Makefile b/multimedia/szap-s2/Makefile
index fcbc404234a4..9f514bd6a326 100644
--- a/multimedia/szap-s2/Makefile
+++ b/multimedia/szap-s2/Makefile
@@ -23,13 +23,9 @@ WRKSRC= ${WRKDIR}/szap-s2-e34f73b254db
PORTDOCS= README
PLIST_FILES= bin/szap-s2
-.include <bsd.port.options.mk>
-
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} szap-s2 ${STAGEDIR}/${PREFIX}/bin)
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
-.endif
.include <bsd.port.mk>