diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | ba171a91fab519f587b027c1a2888cb6e3fce049 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /print/a2ps | |
parent | 3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff) | |
download | pkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index fa0fdbfb7fb..ded89ff7da6 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2007/03/18 22:07:52 rillig Exp $ +# $NetBSD: Makefile,v 1.67 2008/06/12 02:14:42 joerg Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www-inf.enst.fr/~demaille/a2ps/ COMMENT= Formats an ascii file for printing on a postscript printer +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= psutils>=1.17:../../print/psutils .include "../../mk/bsd.prefs.mk" |