diff options
author | dougb <dougb@FreeBSD.org> | 2006-05-26 01:07:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-05-26 01:07:38 +0800 |
commit | 8e11675e31f15ce773460b3689d53faa884ce3a1 (patch) | |
tree | 8de186a28985ad2465e2f31938287e5d05fbda64 /print/hplip/Makefile | |
parent | 82853a0109182c24ba897965e39e7fc2a4429ea1 (diff) | |
download | freebsd-ports-gnome-8e11675e31f15ce773460b3689d53faa884ce3a1.tar.gz freebsd-ports-gnome-8e11675e31f15ce773460b3689d53faa884ce3a1.tar.zst freebsd-ports-gnome-8e11675e31f15ce773460b3689d53faa884ce3a1.zip |
With maintainer's permission, virtualize the portdocs elements
of the plist.
Diffstat (limited to 'print/hplip/Makefile')
-rw-r--r-- | print/hplip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index eaff30a3e0d9..1ff6eaf54e9a 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -40,6 +40,8 @@ PKGDEINSTALL= ${PKGINSTALL} OPTIONS= GUI "build with Python QT" on +PLIST_SUB+= PORTVERSION=${PORTVERSION} IJSVER=2.1.10 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |