diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-20 23:46:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-20 23:46:47 +0000 |
commit | 2122a31b408fc0753c1825d319eb39e339f748e0 (patch) | |
tree | a8a1b3797823f2c62dcf94de648a3407ba5b6c25 /print | |
parent | eddc398863ab0bf5cf4f2dd5f2d31a37b733aae5 (diff) | |
download | pkgsrc-2122a31b408fc0753c1825d319eb39e339f748e0.tar.gz |
PKGNAME should be derived from DISTNAME, not DISTFILES. This removes a
".tgz" from the PKGNAME.
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfjam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile index 78704db1e45..dc886f04ef7 100644 --- a/print/pdfjam/Makefile +++ b/print/pdfjam/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/20 23:46:47 jlam Exp $ # -PKGNAME= ${DISTFILES:C/_/-/} DISTNAME= pdfjam_1.20 +PKGNAME= ${DISTNAME:C/_/-/} CATEGORIES= print MASTER_SITES= http://www.warwick.ac.uk/go/pdfjam/ EXTRACT_SUFX= .tgz |