summaryrefslogtreecommitdiff
path: root/x11/fltk/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-06 21:24:04 +0000
committerhubertf <hubertf>2001-01-06 21:24:04 +0000
commit72975510ef9b38b3c170f1b54184cca34c9b3b7e (patch)
tree8468550ca2eee91d38d3616ad9a0a26e0760991d /x11/fltk/Makefile
parentc87c752f5e02beecf73b94ef337132afd661d066 (diff)
downloadpkgsrc-72975510ef9b38b3c170f1b54184cca34c9b3b7e.tar.gz
pkg-changes2html greps for PKGNAME, so so not use make(1) magic in there
(derive DISTNAME from PKGNAME instead, where possible).
Diffstat (limited to 'x11/fltk/Makefile')
-rw-r--r--x11/fltk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 4973bded380..653237737d5 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2001/01/02 22:11:17 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2001/01/06 21:24:04 hubertf Exp $
#
-DISTNAME= fltk-1.0.10-source
-PKGNAME= ${DISTNAME:S/-source//}
+DISTNAME= ${PKGNAME}-source
+PKGNAME= fltk-1.0.10
VERS= ${PKGNAME:S/fltk-//}
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= x11