From a35361798b7dafc586bb0660895096ea1952f54b Mon Sep 17 00:00:00 2001 From: swills Date: Tue, 18 Aug 2015 00:50:57 +0000 Subject: misc/terraform: PKGNAMEPREFIX and cleanup Add PKGNAMEPREFIX so I can use the package name with sysutils/terraform While here, pet portlint by removing duplicate PORTREVISION and sorting USES Bump PORTREVISION for package name change --- misc/terraform/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index 79d49a21da98..91bd56556b79 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -3,11 +3,11 @@ PORTNAME= terraform PORTVERSION= 0.9.5 -PORTREVISION= 1 DISTVERSIONPREFIX= src- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc gnome MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= gnome- MAINTAINER= ports@FreeBSD.org COMMENT= Interactive height field generation and manipulation program @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio WRKSRC= ${WRKDIR}/${PORTNAME} -USES= autoreconf pathfix gettext gmake pkgconfig tar:tgz +USES= autoreconf gettext gmake pathfix pkgconfig tar:tgz USE_GCC= yes USE_GNOME= libgnomeprintui libgnomeui GNU_CONFIGURE= yes -- cgit