summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-01-17 02:35:43 +0000
committerobache <obache@pkgsrc.org>2008-01-17 02:35:43 +0000
commit9495b4374b528a7c71f092c528ea13da7fec27cb (patch)
tree87a287770921cdd9ed987c0be5aedab8610d43fe /print
parentaa047b580458704eb928a357a9f75294975e4730 (diff)
downloadpkgsrc-9495b4374b528a7c71f092c528ea13da7fec27cb.tar.gz
Add HOMEPAGE and update MASTER_SITES.
Add DESTDIR support.
Diffstat (limited to 'print')
-rw-r--r--print/ja-a2ps/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/print/ja-a2ps/Makefile b/print/ja-a2ps/Makefile
index 0dd8310a74e..c199e442fe5 100644
--- a/print/ja-a2ps/Makefile
+++ b/print/ja-a2ps/Makefile
@@ -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
+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 @@ REPLACE_PERL= a2ps.pl-1.45
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"