Date: Sun, 7 Feb 2016 11:59:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408388 - head/graphics/icon-slicer Message-ID: <201602071159.u17Bxmrx046438@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Feb 7 11:59:48 2016 New Revision: 408388 URL: https://svnweb.freebsd.org/changeset/ports/408388 Log: - Fix LICENSE - Switch to USES=localbase - Switch to options helpers Modified: head/graphics/icon-slicer/Makefile Modified: head/graphics/icon-slicer/Makefile ============================================================================== --- head/graphics/icon-slicer/Makefile Sun Feb 7 11:58:41 2016 (r408387) +++ head/graphics/icon-slicer/Makefile Sun Feb 7 11:59:48 2016 (r408388) @@ -10,25 +10,23 @@ MASTER_SITES= http://www.freedesktop.org MAINTAINER= ports@FreeBSD.org COMMENT= Utility for generating icon and cursor themes -LICENSE= GPLv2 +LICENSE= MIT # in readme and sources; COPYING seem to be unrelated LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt -USES= pkgconfig +USES= localbase pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/${PORTNAME} -PORTDOCS= AUTHORS ChangeLog README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071159.u17Bxmrx046438>