summaryrefslogtreecommitdiff
path: root/print/foomatic-filters/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/foomatic-filters/Makefile')
-rw-r--r--print/foomatic-filters/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile
index d0e7188de32..145fb1573d4 100644
--- a/print/foomatic-filters/Makefile
+++ b/print/foomatic-filters/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2007/02/22 19:27:03 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2010/02/11 23:59:39 joerg Exp $
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
@@ -57,7 +59,9 @@ REQD_DIRS= ${EGDIR}
OWN_DIRS= ${CONFDIR}
CONF_FILES= ${EGDIR}/filter.conf ${CONFDIR}/filter.conf
+INSTALLATION_DIRS+= ${EGDIR}
+
post-install:
- ${INSTALL_DATA} ${WRKSRC}/filter.conf ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/filter.conf ${DESTDIR}${EGDIR}
.include "../../mk/bsd.pkg.mk"