From 0c89abcf89b0e940862d57e3c60d9c10853645e6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 14 Feb 2014 14:59:09 +0000 Subject: [PATCH] - Stage support --- audio/mp3splt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index c589dbf1b70d..55e5d4263db9 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -14,7 +14,6 @@ LICENSE= GPLv2 LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt USES= pkgconfig:build -NO_STAGE= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oggsplt_symlink @@ -23,8 +22,9 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= oggsplt.1 mp3splt.1 -PLIST_FILES= bin/mp3splt bin/oggsplt +PLIST_FILES= bin/mp3splt bin/oggsplt \ + man/man1/mp3splt.1.gz \ + man/man1/oggsplt.1.gz OPTIONS_DEFINE= NLS OPTIONS_DEFAULT= NLS