The package's Makefile was using 'DESTDIR' as "directory into which
to install binaries", which was a little unconventional. Use BINDIR
instead and treat DESTDIR like the rest of the world.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Changes in FIGlet 2.2.2
-----------------------
License changed from "Artistic License" to "Academic Free
License" as agreed by FIGlet authors. 05 July 2005
Also, updated the patch to use BSD_INSTALL_*
Provided in PR 17641 by Norm (norm@sandbox.org.uk)
FIGlet 2.2.1 is a minor revision of FIGlet 2.2. The files
README, Makefile, figfont.txt, figlet.c and figlet.6 have been
changed to reflect changes in documentation, official contact
details etc. FTP-NOTE merged into README. FAQ and CHANGES
added to the distribution.
All other files are identical with the 2.2 release.
These changes were made by Christiaan Keet <keet@plig.net>
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.