From 14e1ea2145971c3225d563e8a88f04041f230c34 Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 17 Apr 2013 23:40:57 +0000 Subject: - Remove USE_GZIP (it's default) - Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes --- devel/goprotobuf/Makefile | 7 +------ devel/ocaml-cppo/Makefile | 7 +------ devel/prettygo/Makefile | 1 - 3 files changed, 2 insertions(+), 13 deletions(-) (limited to 'devel') diff --git a/devel/goprotobuf/Makefile b/devel/goprotobuf/Makefile index 805d6de21ce6..3ebf613e390e 100644 --- a/devel/goprotobuf/Makefile +++ b/devel/goprotobuf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: goprotobuf -# Date created: 2012-01-22 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= goprotobuf PORTVERSION= 20120409 @@ -17,7 +13,6 @@ LICENSE= BSD RUN_DEPENDS= protoc:${PORTSDIR}/devel/protobuf -USE_GO= yes GO_PKGNAME= code.google.com/p/goprotobuf GO_TARGET= ${GO_PKGNAME}/proto ${GO_PKGNAME}/protoc-gen-go diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index b20af09e19bb..537b75bade9d 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: cppo -# Date created: 2011-12-26 -# Whom: Michael Grunewald -# +# Created by: Michael Grunewald # $FreeBSD$ -# PORTNAME= cppo PORTVERSION= 0.9.2 @@ -14,7 +10,6 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= michael.grunewald@laposte.net COMMENT= A simple preprocessor for OCaml -USE_GZIP= yes USE_GMAKE= yes USE_OCAML= yes MAKE_JOBS_UNSAFE= yes diff --git a/devel/prettygo/Makefile b/devel/prettygo/Makefile index 97c228809367..6bdf42611598 100644 --- a/devel/prettygo/Makefile +++ b/devel/prettygo/Makefile @@ -9,7 +9,6 @@ MASTER_SITES= LOCAL/jlaffaye MAINTAINER= gblach@FreeBSD.org COMMENT= Pretty-printing package for go values -USE_GO= yes GO_PKGNAME= github.com/kr/pretty SUBLIBDIR= github.com/kr -- cgit