Date: Fri, 14 Feb 2014 14:59:09 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344218 - head/audio/mp3splt Message-ID: <201402141459.s1EEx9tT082069@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Feb 14 14:59:09 2014 New Revision: 344218 URL: http://svnweb.freebsd.org/changeset/ports/344218 QAT: https://qat.redports.org/buildarchive/r344218/ Log: - Stage support Modified: head/audio/mp3splt/Makefile Modified: head/audio/mp3splt/Makefile ============================================================================== --- head/audio/mp3splt/Makefile Fri Feb 14 14:47:58 2014 (r344217) +++ head/audio/mp3splt/Makefile Fri Feb 14 14:59:09 2014 (r344218) @@ -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=${LOCALB 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402141459.s1EEx9tT082069>