pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ja-a2ps Add HOMEPAGE and update MASTER_SITES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a58a1b17f25
branches:  trunk
changeset: 537821:3a58a1b17f25
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jan 17 02:35:43 2008 +0000

description:
Add HOMEPAGE and update MASTER_SITES.
Add DESTDIR support.

diffstat:

 print/ja-a2ps/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r df61da18cf43 -r 3a58a1b17f25 print/ja-a2ps/Makefile
--- a/print/ja-a2ps/Makefile    Thu Jan 17 02:21:09 2008 +0000
+++ b/print/ja-a2ps/Makefile    Thu Jan 17 02:35:43 2008 +0000
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.9 2006/01/21 18:57:42 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2008/01/17 02:35:43 obache Exp $
 
 DISTNAME=      a2ps.pl-1.45
 PKGNAME=       ja-a2ps-1.45
 CATEGORIES=    japanese print
-MASTER_SITES=  ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \
+MASTER_SITES=  http://www.srekcah.org/~utashiro/perl/scripts/a2ps_pl/ \
                ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/
 EXTRACT_SUFX=  # None
 
 MAINTAINER=    tech-pkg-ja%jp.NetBSD.org@localhost
+HOMEPAGE=      http://www.srekcah.org/~utashiro/perl/scripts/a2ps_pl/
 COMMENT=       Text file to postscript converter (with Japanese support)
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 WRKSRC=                ${WRKDIR}
 USE_TOOLS+=    perl:run
 
@@ -19,6 +22,6 @@
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.45 ${PREFIX}/bin/a2ps-j
+       ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.45 ${DESTDIR}${PREFIX}/bin/a2ps-j
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index