diff options
author | knu <knu@FreeBSD.org> | 2001-02-23 18:49:07 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-23 18:49:07 +0000 |
commit | 5f2052f8890e96e1c5c4ab9421999fcb954ccaff (patch) | |
tree | 959b2622855aaa41cf889ce37cfdc7d7f2482677 /x11-toolkits/fltk-xunicode | |
parent | a5ffad60edca8c1db90e2bfac83f9d4590b8ea75 (diff) | |
download | FreeBSD-ports-5f2052f8890e96e1c5c4ab9421999fcb954ccaff.zip FreeBSD-ports-5f2052f8890e96e1c5c4ab9421999fcb954ccaff.tar.gz |
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 c62b250..89dd1ea 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" |