diff options
author | joerg <joerg> | 2008-06-16 13:22:49 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-16 13:22:49 +0000 |
commit | 438175b54379a1d0e10945929b6fbc76763c1c97 (patch) | |
tree | bcbcd520cd47cb39f194d1c884259684a2e5b935 /print | |
parent | 828d850b4eaa0c67b64e8053b011230fdc82bc02 (diff) | |
download | pkgsrc-438175b54379a1d0e10945929b6fbc76763c1c97.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 \ |