diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-20 00:23:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-20 00:23:25 +0800 |
commit | 5715cf821ab8fe861c59a0365123f33a519f843f (patch) | |
tree | ca0c95aef6ca8133452384e38648f77a0f114cb1 /multimedia | |
parent | 7c57879731c51dd82a47b8040428c96f0f8f4d01 (diff) | |
download | freebsd-ports-gnome-5715cf821ab8fe861c59a0365123f33a519f843f.tar.gz freebsd-ports-gnome-5715cf821ab8fe861c59a0365123f33a519f843f.tar.zst freebsd-ports-gnome-5715cf821ab8fe861c59a0365123f33a519f843f.zip |
Enable stage
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vamps/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/vamps/Makefile b/multimedia/vamps/Makefile index 194eb28d789c..40c750fa9e24 100644 --- a/multimedia/vamps/Makefile +++ b/multimedia/vamps/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/Vamps/${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= High performance tool to transcode DVD videos to a smaller size -LIB_DEPENDS= dvdread.4:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread -USE_GMAKE= yes +USES= gmake CFLAGS+= -DHAVE_BUILTIN_EXPECT \ -I${LOCALBASE}/include \ @@ -26,10 +26,8 @@ PROGRAM_FILES= \ PLIST_FILES= ${PROGRAM_FILES:H:S,^,bin/,} -NO_STAGE= yes do-install: -.for program in ${PROGRAM_FILES} - @${INSTALL_PROGRAM} ${WRKSRC}/${program} ${PREFIX}/bin/${program:H} -.endfor + cd ${WRKSRC}; \ + ${INSTALL_PROGRAM} ${PROGRAM_FILES} ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> |