diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-06 21:24:04 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-06 21:24:04 +0000 |
commit | f3aa9c87dd6b0d934fdd31e8b00d8cc3b122ce14 (patch) | |
tree | 8468550ca2eee91d38d3616ad9a0a26e0760991d /x11 | |
parent | 6d1387d4660934cbd782c93f3edfcac1b0b16aa9 (diff) | |
download | pkgsrc-f3aa9c87dd6b0d934fdd31e8b00d8cc3b122ce14.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')
-rw-r--r-- | x11/fltk/Makefile | 6 |
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 |