aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2014-01-26 18:15:52 +0000
committerJuergen Lock <nox@FreeBSD.org>2014-01-26 18:15:52 +0000
commit7e8629cf0ed7ef234e1dbe2ac219fd9ba84da59c (patch)
tree99d44302defa74cc264e970f9e60335a3012e00a /multimedia
parent1d6d3d45133227e1dd240ea0206a9498cdc7b1e1 (diff)
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/szap-s2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/szap-s2/Makefile b/multimedia/szap-s2/Makefile
index f2af7ad510f6..4a7826f4699a 100644
--- a/multimedia/szap-s2/Makefile
+++ b/multimedia/szap-s2/Makefile
@@ -12,8 +12,8 @@ COMMENT= Simple zapping tool for the Linux DVB S2 API
BUILD_DEPENDS= ${LOCALBASE}/include/linux/dvb/frontend.h:${PORTSDIR}/multimedia/v4l_compat
+USES= gmake
USE_BZIP2= yes
-USE_GMAKE= yes
PATCH_STRIP= -p1
USE_CSTD= gnu89
MAKE_ARGS= INCLUDE=-I"${LOCALBASE}/include"
@@ -24,8 +24,9 @@ PORTDOCS= README
PLIST_FILES= bin/szap-s2
NO_STAGE= yes
+do-install:
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} szap-s2 ${STAGEDIR}/${PREFIX}/bin)
.if !defined(NOPORTDOCS)
-post-install:
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
.endif