diff options
author | nox <nox@FreeBSD.org> | 2014-01-31 03:36:27 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-01-31 03:36:27 +0800 |
commit | 4b43acd55d83412352c9435c1de893c096f023c2 (patch) | |
tree | 3aef449b851e6ada7937eb164c715f019fcf4b55 /multimedia | |
parent | 6720e3b4a3214e7461e325bdea8afd90fe9999ea (diff) | |
download | freebsd-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/Makefile | 4 |
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> |