diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-16 13:22:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-16 13:22:49 +0000 |
commit | 633f896717f8d8316ef8a0e9988ebd2e3a69597f (patch) | |
tree | bcbcd520cd47cb39f194d1c884259684a2e5b935 /print | |
parent | 572b8e1a35e06f29bd4c014818cf9db02112316e (diff) | |
download | pkgsrc-633f896717f8d8316ef8a0e9988ebd2e3a69597f.tar.gz |
INSTALLATION_DIRS=sbin.
Diffstat (limited to 'print')
-rw-r--r-- | print/stylewriter/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/stylewriter/Makefile b/print/stylewriter/Makefile index 70ea2df55fa..ef41b3c11e8 100644 --- a/print/stylewriter/Makefile +++ b/print/stylewriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/10/04 21:56:34 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/16 13:22:49 joerg Exp $ # DISTNAME= stylewriter @@ -16,6 +16,8 @@ DEPENDS+= enscript>=1.6.3nb1:../../print/enscript USE_TOOLS+= gs:run NO_CONFIGURE= yes +INSTALLATION_DIRS= sbin + PLIST_SRC= ${WRKDIR}/PLIST FILTER_DIR= libexec/stylewriter FILTERS= direct_stylpbm direct_stylps \ |