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 /x11-toolkits/fltk-xunicode | |
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.
Diffstat (limited to 'x11-toolkits/fltk-xunicode')
-rw-r--r-- | x11-toolkits/fltk-xunicode/Makefile | 4 |
1 files changed, 4 insertions, 0 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" |