diff options
author | taoka <taoka@FreeBSD.org> | 2001-03-08 09:14:37 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-03-08 09:14:37 +0800 |
commit | 0ac58d8163513ae66c1c483625ec4675f50f73de (patch) | |
tree | 8615962975449058338ef7603a38dc7d74a8dcae /graphics/linux-tiff | |
parent | e9b2fcb2bb58c890761f9bf2566b8da396061678 (diff) | |
download | freebsd-ports-gnome-0ac58d8163513ae66c1c483625ec4675f50f73de.tar.gz freebsd-ports-gnome-0ac58d8163513ae66c1c483625ec4675f50f73de.tar.zst freebsd-ports-gnome-0ac58d8163513ae66c1c483625ec4675f50f73de.zip |
In Makefile of the master port, x11-toolkits/linux-gtk,
MAINTAINER= is changed to MAINTAINER?=.
Then, MAINTAINER is able to be added into a slave port's Makefile.
So I added it in this port's Makefile.
Diffstat (limited to 'graphics/linux-tiff')
-rw-r--r-- | graphics/linux-tiff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/linux-tiff/Makefile b/graphics/linux-tiff/Makefile index f7492340949a..2c8faef3c798 100644 --- a/graphics/linux-tiff/Makefile +++ b/graphics/linux-tiff/Makefile @@ -9,6 +9,8 @@ PORTNAME= tiff PORTVERSION= 3.4 CATEGORIES= graphics linux +MAINTAINER= taoka@FreeBSD.org + RPM_SET= libtiff-${PORTVERSION}-6.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" |