diff options
author | tron <tron@pkgsrc.org> | 2000-08-02 15:43:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-02 15:43:49 +0000 |
commit | 263891f6701b5719054a447ee017e991487b50f4 (patch) | |
tree | 0e432ff00909d58da2496762c4ebe2882555d869 /graphics/png | |
parent | 912907cb152250dabcb2dda196b5fda3033fbb89 (diff) | |
download | pkgsrc-263891f6701b5719054a447ee017e991487b50f4.tar.gz |
Evalute package name from distribution file name.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 4b2f5b949d4..fec6dc04176 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2000/08/01 15:58:23 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/02 15:43:49 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp DISTNAME= libpng-1.0.8 -PKGNAME= png-1.0.8 +PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ftp://ftp.cdrom.com/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/src/ \ |