diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2014-04-28 19:45:23 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2014-04-28 19:45:23 +0000 |
commit | 43bfd9dd57e03753ad6adaa39e84783b92e50bf0 (patch) | |
tree | 6cf31ea1957fb0f49e3b6ffa9019f0c3b0e39ffc /print/hplip/Makefile | |
parent | 272cfd36b705056c5cb435296d5d5e286e20bb60 (diff) | |
download | ports-43bfd9dd57e03753ad6adaa39e84783b92e50bf0.tar.gz ports-43bfd9dd57e03753ad6adaa39e84783b92e50bf0.zip |
Notes
Diffstat (limited to 'print/hplip/Makefile')
-rw-r--r-- | print/hplip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 794e851d8246..2fcc4855f77a 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -3,6 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.14.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -28,7 +29,6 @@ USES= dos2unix pkgconfig shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-foomatic-ppd-install \ - --enable-foomatic-rip-hplip-install \ --enable-hpijs-install \ --enable-cups-ppd-install \ --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \ @@ -162,5 +162,6 @@ post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hp ${INSTALL_DATA} ${WRKSRC}/hplip.conf ${STAGEDIR}${PREFIX}/etc/hp/hplip.conf.sample ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} + ${LN} -sf ${LOCALBASE}/bin/foomatic-rip ${STAGEDIR}${PREFIX}/libexec/cups/filter/foomatic-rip-hplip .include <bsd.port.mk> |