diff options
author | swills <swills@FreeBSD.org> | 2015-08-18 08:50:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-08-18 08:50:57 +0800 |
commit | a35361798b7dafc586bb0660895096ea1952f54b (patch) | |
tree | 2fcf4a7283024e65dca21c94af78ee4dc9acf2d9 | |
parent | bd8062e5a12718c6c14543fc3d4f63021b0698bd (diff) | |
download | freebsd-ports-gnome-a35361798b7dafc586bb0660895096ea1952f54b.tar.gz freebsd-ports-gnome-a35361798b7dafc586bb0660895096ea1952f54b.tar.zst freebsd-ports-gnome-a35361798b7dafc586bb0660895096ea1952f54b.zip |
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
-rw-r--r-- | misc/terraform/Makefile | 6 |
1 files 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 |