diff options
author | tron <tron> | 2000-08-02 15:43:49 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-02 15:43:49 +0000 |
commit | 2501d1edf65917f2328bdb442ce962fc5bdbd1ae (patch) | |
tree | 0e432ff00909d58da2496762c4ebe2882555d869 /graphics | |
parent | 44dce1f876e75440a0461569e0175b1843f44112 (diff) | |
download | pkgsrc-2501d1edf65917f2328bdb442ce962fc5bdbd1ae.tar.gz |
Evalute package name from distribution file name.
Diffstat (limited to 'graphics')
-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/ \ |