diff options
author | asau <asau> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 13:45:34 +0000 |
commit | 6a713e7992c0a34673596f73cab989f61ae45998 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/ja-a2ps | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/ja-a2ps')
-rw-r--r-- | print/ja-a2ps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/ja-a2ps/Makefile b/print/ja-a2ps/Makefile index 9663bc54cff..5ede62845b9 100644 --- a/print/ja-a2ps/Makefile +++ b/print/ja-a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/03 21:57:18 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/08 13:45:40 asau Exp $ DISTNAME= a2ps.pl-1.45 PKGNAME= ja-a2ps-1.45 @@ -11,8 +11,6 @@ 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 |