diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-08 01:14:37 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-03-08 01:14:37 +0000 |
commit | 4a69fe427baddf2344ce9cb01dda078ad3ddbeb9 (patch) | |
tree | bcdad219f64ee508a818aec683b4b0770b98f78c /textproc/linux-f10-libxml | |
parent | d690fdadfbec54449cab582fddb39cb65009c8b6 (diff) | |
download | ports-4a69fe427baddf2344ce9cb01dda078ad3ddbeb9.tar.gz ports-4a69fe427baddf2344ce9cb01dda078ad3ddbeb9.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.
Notes
Notes:
svn path=/head/; revision=39214
Diffstat (limited to 'textproc/linux-f10-libxml')
-rw-r--r-- | textproc/linux-f10-libxml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/linux-f10-libxml/Makefile b/textproc/linux-f10-libxml/Makefile index f348ca544187..6fe21428c138 100644 --- a/textproc/linux-f10-libxml/Makefile +++ b/textproc/linux-f10-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" |