diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 08:31:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 08:31:40 +0000 |
commit | 22e92995abdfdc2f85d40e3a44eec41d1af898bb (patch) | |
tree | 7f07a53156940b5c0c5df62145e2206afd2f28d4 /graphics/tif22pnm/Makefile | |
parent | 14fb2b17690d4bc378a9c9a5b693179d445a6494 (diff) | |
download | ports-22e92995abdfdc2f85d40e3a44eec41d1af898bb.tar.gz ports-22e92995abdfdc2f85d40e3a44eec41d1af898bb.zip |
- File was rerolled
- Pass maintainership to submitter
Notes from Changelog:
* Fixed $prefix in make install
PR: 123134
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
Notes
Notes:
svn path=/head/; revision=212089
Diffstat (limited to 'graphics/tif22pnm/Makefile')
-rw-r--r-- | graphics/tif22pnm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index 378ebab90dff..0011dfe37f1c 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -8,10 +8,11 @@ PORTNAME= tif22pnm PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.inf.bme.hu/~pts/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ganael.laplanche@martymac.com COMMENT= Converts TIFF- sampled images to PNM image LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ |