diff options
author | knu <knu@FreeBSD.org> | 2001-02-24 02:49:07 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-24 02:49:07 +0800 |
commit | 5f2052f8890e96e1c5c4ab9421999fcb954ccaff (patch) | |
tree | 959b2622855aaa41cf889ce37cfdc7d7f2482677 | |
parent | a5ffad60edca8c1db90e2bfac83f9d4590b8ea75 (diff) | |
download | freebsd-ports-gnome-5f2052f8890e96e1c5c4ab9421999fcb954ccaff.tar.gz freebsd-ports-gnome-5f2052f8890e96e1c5c4ab9421999fcb954ccaff.tar.zst freebsd-ports-gnome-5f2052f8890e96e1c5c4ab9421999fcb954ccaff.zip |
List myself as the maintainer of fltk-xunicode. Change MAINTAINER= in
fltk/Makefile to MAINTAINER?= .
Define COMMENT properly for fltk-xunicode.
-rw-r--r-- | x11-toolkits/fltk-xunicode/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/fltk/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/fltk-xunicode/Makefile b/x11-toolkits/fltk-xunicode/Makefile index c62b25083376..89dd1ea9b613 100644 --- a/x11-toolkits/fltk-xunicode/Makefile +++ b/x11-toolkits/fltk-xunicode/Makefile @@ -7,6 +7,10 @@ MASTERDIR= ${.CURDIR}/../fltk +MAINTAINER= knu@FreeBSD.org + +COMMENT= ${.CURDIR}/pkg-comment + WITH_XUNICODE= yes .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 102690ecf9c5..60c35bc80daf 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.kddlabs.co.jp/pub/lang/fltk/${VERSION}/ DISTNAME= ${PORTNAME}-${VERSION}-source -MAINTAINER= demon@FreeBSD.org +MAINTAINER?= demon@FreeBSD.org .if defined(WITH_XUNICODE) PATCH_VERSION= 20000625 |