svn commit: r330904 - head/multimedia/vamps

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 19 16:23:26 UTC 2013


Author: bapt
Date: Sat Oct 19 16:23:25 2013
New Revision: 330904
URL: http://svnweb.freebsd.org/changeset/ports/330904

Log:
  Enable stage

Modified:
  head/multimedia/vamps/Makefile

Modified: head/multimedia/vamps/Makefile
==============================================================================
--- head/multimedia/vamps/Makefile	Sat Oct 19 16:22:01 2013	(r330903)
+++ head/multimedia/vamps/Makefile	Sat Oct 19 16:23:25 2013	(r330904)
@@ -10,9 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/Vamps/${POR
 MAINTAINER=	multimedia at 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>


More information about the svn-ports-all mailing list