diff options
author | nox <nox@FreeBSD.org> | 2014-01-27 02:15:52 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-01-27 02:15:52 +0800 |
commit | bc35ad7acad7f874d81ac67edcc969ff6520e316 (patch) | |
tree | 99d44302defa74cc264e970f9e60335a3012e00a | |
parent | 7602f244f3eb13f95969348e646ea70f8a9c140e (diff) | |
download | freebsd-ports-gnome-bc35ad7acad7f874d81ac67edcc969ff6520e316.tar.gz freebsd-ports-gnome-bc35ad7acad7f874d81ac67edcc969ff6520e316.tar.zst freebsd-ports-gnome-bc35ad7acad7f874d81ac67edcc969ff6520e316.zip |
- Switch to USES= gmake.
- Stagify.
-rw-r--r-- | multimedia/szap-s2/Makefile | 5 |
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 |