diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /print | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'print')
-rw-r--r-- | print/magicfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index 966bb46ca33..a878e3b00f2 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/08/31 08:22:38 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2007/03/24 19:21:31 joerg Exp $ DISTNAME= magicfilter-1.2 PKGREVISION= 5 @@ -35,7 +35,7 @@ SUBST_MESSAGE.mf= Adjusting paper size in filters. SUBST_FILES.mf= filters/*-filter SUBST_SED.mf= -e 's/-sOutputFile=-/& -sPAPERSIZE=${LOWER_PAPERSIZE:Q:Q}/' -INSTALLATION_DIRS+= ${FILTER_DIR} +INSTALLATION_DIRS+= bin ${FILTER_DIR} ${PKGMANDIR}/man8 GENERATE_PLIST+= \ (cd ${WRKSRC}/filters; \ |