diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-14 15:59:34 +0000 |
commit | dbbfc7889a8a84ad562a28d83ce75281fd19703f (patch) | |
tree | f23e8a579d549355c932d46189671753887892e7 /graphics/tif22pnm | |
parent | Use the correct syntax for PORTSCOUT. (diff) |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | graphics/tif22pnm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 275be7ea6737..5d378e13eeb3 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -5,8 +5,7 @@ PORTNAME= tif22pnm PORTVERSION= 0.14 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://pts.szit.bme.hu/ \ - GOOGLE_CODE +MASTER_SITES= http://pts.szit.bme.hu/ MAINTAINER= martymac@FreeBSD.org COMMENT= Converts TIFF-sampled images to PNM image |