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 /textproc/linux-libxml | |
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 'textproc/linux-libxml')
-rw-r--r-- | textproc/linux-libxml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/linux-libxml/Makefile b/textproc/linux-libxml/Makefile index f348ca544187..6fe21428c138 100644 --- a/textproc/linux-libxml/Makefile +++ b/textproc/linux-libxml/Makefile @@ -13,6 +13,8 @@ PORTVERSION= 1.7.3 .endif CATEGORIES= textproc linux +MAINTAINER= taoka@FreeBSD.org + RPM_SET= libxml-${PORTVERSION}-1.${MACHINE_ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" |