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 /misc | |
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 'misc')
-rw-r--r-- | misc/setiathome/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/setiathome/Makefile b/misc/setiathome/Makefile index 4e601729ecd..e54ddcc18fd 100644 --- a/misc/setiathome/Makefile +++ b/misc/setiathome/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2001/01/04 10:33:10 abs Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/06 21:24:04 hubertf Exp $ # -PKGVERSION = 3.03 .include "../../mk/bsd.prefs.mk" # .if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc" @@ -22,7 +21,7 @@ DISTNAME= ${PKGNAME}.sparc-unknown-netbsd1.4 # .endif # -PKGNAME= setiathome-${PKGVERSION} +PKGNAME= setiathome-3.03 CATEGORIES= misc MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ ftp://alien.ssl.berkeley.edu/pub/ \ |