diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-20 14:26:46 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-20 14:26:46 +0000 |
commit | 8ad9fd338e18c7333c669841ecb1cc31204644a7 (patch) | |
tree | 25054be32b29718b65e819a2890693238a4558b5 /x11-themes/icon-naming-utils | |
parent | 10b8e2ee8d14c6f2b4d637a39e3c03d891a0217a (diff) |
Notes
Diffstat (limited to 'x11-themes/icon-naming-utils')
-rw-r--r-- | x11-themes/icon-naming-utils/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/x11-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile index be2e316c1861..d344d53193b1 100644 --- a/x11-themes/icon-naming-utils/Makefile +++ b/x11-themes/icon-naming-utils/Makefile @@ -1,17 +1,14 @@ -# New ports collection makefile for: icon-naming-utils -# Date created: 2005-11-05 -# Whom: Phillip Neumann <pneumann@gmail.com> -# +# Created by: Phillip Neumann <pneumann@gmail.com> # $FreeBSD$ -# PORTNAME= icon-naming-utils PORTVERSION= 0.8.90 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= GENTOO MASTER_SITE_SUBDIR= distfiles -MAINTAINER= yuri.pankov@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Utilities of the Tango project BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple @@ -20,9 +17,7 @@ RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig - -pre-configure: - @ ${REINPLACE_CMD} -e "s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" ${WRKSRC}/Makefile.in +USE_PKGCONFIG= build +USES+= pathfix .include <bsd.port.mk> |