diff options
author | ben <ben@pkgsrc.org> | 2005-03-19 15:26:18 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2005-03-19 15:26:18 +0000 |
commit | 279aa86391dcd0bdae3f52e5a523065df3c7ea25 (patch) | |
tree | 9f61fa35b65765122732863fed715a73a9902317 /x11/fltk/Makefile | |
parent | cff8325b8396ca77e6875203f47e6175fbd7ebe8 (diff) | |
download | pkgsrc-279aa86391dcd0bdae3f52e5a523065df3c7ea25.tar.gz |
Originally fltk used different file names for the man pages depending on
the platform. I followed the documentation that is now in pkgsrc.txt
and put the default names in PLIST, and the NetBSD names in PLIST.NetBSD.
The PLIST handling does not actually work this way, and it will be
cleaner to use the same file names for man pages regardless of platform.
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r-- | x11/fltk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index ec9cde7c92d..2f62b4735fb 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2005/02/24 15:58:05 drochner Exp $ +# $NetBSD: Makefile,v 1.44 2005/03/19 15:26:18 ben Exp $ DISTNAME= fltk-1.1.6-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} \ ftp://ftp.fltk.org/pub/fltk/${VERS}/ \ |