svn commit: r462575 - head/sysutils/libcdio-paranoia
Jason E. Hale
jhale at FreeBSD.org
Thu Feb 22 09:43:07 UTC 2018
Author: jhale
Date: Thu Feb 22 09:43:06 2018
New Revision: 462575
URL: https://svnweb.freebsd.org/changeset/ports/462575
Log:
Take maintainership
Fix LICENSE
Organize Makefile a little better
Whitespace fixes
Modified:
head/sysutils/libcdio-paranoia/Makefile
Modified: head/sysutils/libcdio-paranoia/Makefile
==============================================================================
--- head/sysutils/libcdio-paranoia/Makefile Thu Feb 22 09:02:58 2018 (r462574)
+++ head/sysutils/libcdio-paranoia/Makefile Thu Feb 22 09:43:06 2018 (r462575)
@@ -5,20 +5,20 @@ PORTVERSION= 10.2+0.94+1
CATEGORIES= sysutils
MASTER_SITES= GNU/libcdio
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= jhale at FreeBSD.org
COMMENT= Read audio from the CDROM directly as data
-LICENSE= GPLv3
+LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcdio.so:sysutils/libcdio
-USES= pathfix tar:bzip2 gmake pkgconfig libtool perl5
+USES= gmake libtool localbase pathfix perl5 pkgconfig tar:bzip2
+USE_LDCONFIG= yes
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-versioned-libs
-USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-INSTALL_TARGET=install-strip
+INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} -e 's|/jp/man1|/ja/man1|' \
More information about the svn-ports-all
mailing list