summaryrefslogtreecommitdiff
path: root/x11/fltk/Makefile
diff options
context:
space:
mode:
authorben <ben>2005-03-19 15:26:18 +0000
committerben <ben>2005-03-19 15:26:18 +0000
commit3e647cd5ef73617c0896ee4536a3f2046cdccfdf (patch)
tree9f61fa35b65765122732863fed715a73a9902317 /x11/fltk/Makefile
parentbd63a668fbd44ddf7884b8991df683b2daf6efcb (diff)
downloadpkgsrc-3e647cd5ef73617c0896ee4536a3f2046cdccfdf.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/Makefile3
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}/ \