diff options
-rw-r--r-- | multimedia/vcdimager/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index 0ae8e9d61e22..b131a01cbab6 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -3,7 +3,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.24 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= vcdimager @@ -17,11 +17,10 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libcdio.so:${PORTSDIR}/sysutils/libcdio -USES= gmake pkgconfig pathfix -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool:oldver pathfix pkgconfig USE_LDCONFIG= yes -USE_GNOME= lthack CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,7 +29,4 @@ INFO= vcdimager vcdxrip vcd-info post-patch: @${REINPLACE_CMD} -e 's|libvcd||' ${WRKSRC}/libvcdinfo.pc.in -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvcdinfo.so.2 - .include <bsd.port.mk> |