summaryrefslogtreecommitdiff
path: root/x11/fltk
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-06 21:24:04 +0000
committerhubertf <hubertf>2001-01-06 21:24:04 +0000
commit299c3f2de01f5129a943962910615365652df50f (patch)
tree8468550ca2eee91d38d3616ad9a0a26e0760991d /x11/fltk
parent8072a5ae23ef4be9037ea044db57ada1e32e413d (diff)
downloadpkgsrc-299c3f2de01f5129a943962910615365652df50f.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')
-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