summaryrefslogtreecommitdiff
path: root/print/a2ps
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit39d7fb93432416d872ed34e0025741cc93068c06 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /print/a2ps
parentcce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff)
downloadpkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz
Add DESTDIR support.
Diffstat (limited to 'print/a2ps')
-rw-r--r--print/a2ps/Makefile4
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"