From 5715cf821ab8fe861c59a0365123f33a519f843f Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 19 Oct 2013 16:23:25 +0000 Subject: Enable stage --- multimedia/vamps/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'multimedia') 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 -- cgit