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