pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/pdfjam PKGNAME should be derived from DISTNAME, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/987da433e50b
branches:  trunk
changeset: 506714:987da433e50b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jan 20 23:46:47 2006 +0000

description:
PKGNAME should be derived from DISTNAME, not DISTFILES.  This removes a
".tgz" from the PKGNAME.

diffstat:

 print/pdfjam/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 87584f8eaf7e -r 987da433e50b print/pdfjam/Makefile
--- a/print/pdfjam/Makefile     Fri Jan 20 23:41:29 2006 +0000
+++ b/print/pdfjam/Makefile     Fri Jan 20 23:46:47 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index