Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 09:43:06 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462575 - head/sysutils/libcdio-paranoia
Message-ID:  <201802220943.w1M9h6PM089111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	jhale@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|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802220943.w1M9h6PM089111>