diff options
author | ahze <ahze@FreeBSD.org> | 2007-04-10 21:45:33 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-04-10 21:45:33 +0800 |
commit | 9f1c69e9d24b20422d939a515dcc4327bb86e020 (patch) | |
tree | 533252321d3b58b17b1f62747f8950ac3c55a631 /print | |
parent | a8c84143ff18044df163fec7985b432f761d2e98 (diff) | |
download | freebsd-ports-gnome-9f1c69e9d24b20422d939a515dcc4327bb86e020.tar.gz freebsd-ports-gnome-9f1c69e9d24b20422d939a515dcc4327bb86e020.tar.zst freebsd-ports-gnome-9f1c69e9d24b20422d939a515dcc4327bb86e020.zip |
Add a missing driver
Diffstat (limited to 'print')
-rw-r--r-- | print/gutenprint-cups/Makefile | 2 | ||||
-rw-r--r-- | print/gutenprint-cups/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/print/gutenprint-cups/Makefile b/print/gutenprint-cups/Makefile index 93dd1191fabe..4271c54185ab 100644 --- a/print/gutenprint-cups/Makefile +++ b/print/gutenprint-cups/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # $MCom: ports/print/gutenprint-cups/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $ -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 0 PKGNAMESUFFIX= -cups diff --git a/print/gutenprint-cups/pkg-plist b/print/gutenprint-cups/pkg-plist index 88d3e51e58c5..1ff895cfb690 100644 --- a/print/gutenprint-cups/pkg-plist +++ b/print/gutenprint-cups/pkg-plist @@ -1,5 +1,6 @@ bin/cups-calibrate etc/cups/command.types +libexec/cups/driver/gutenprint.5.1 libexec/cups/filter/commandtocanon libexec/cups/filter/commandtoepson libexec/cups/filter/rastertogutenprint.5.1 @@ -13354,3 +13355,4 @@ share/cups/model/gutenprint/5.1/zh_TW/stp-xerox-wc_m118.5.1.ppd.gz @dirrm share/cups/model/gutenprint/5.1/C @dirrm share/cups/model/gutenprint/5.1 @dirrm share/cups/model/gutenprint +@dirrmtry libexec/cups/driver |