diff options
author | mat <mat@FreeBSD.org> | 2014-02-12 22:03:25 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-12 22:03:25 +0800 |
commit | 9476e99318c386a8d87bc82fa710217e9ab15e5e (patch) | |
tree | 9a2d423cc667de912158ddaaec622d174862afeb /print | |
parent | 6b3480f4f2f6baf71f3be636119586fb52bbc226 (diff) | |
download | freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.tar.gz freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.tar.zst freebsd-ports-gnome-9476e99318c386a8d87bc82fa710217e9ab15e5e.zip |
Fix old makeplist bug.
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight
Diffstat (limited to 'print')
-rw-r--r-- | print/foo2zjs/Makefile | 1 | ||||
-rw-r--r-- | print/foo2zjs/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index a017723176ce..f4488a4e2db3 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -3,6 +3,7 @@ PORTNAME= foo2zjs PORTVERSION= 20131225 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,bsam/${PORTNAME}/,} \ diff --git a/print/foo2zjs/pkg-plist b/print/foo2zjs/pkg-plist index 3c94e2dc3513..bc53aecfd7f5 100644 --- a/print/foo2zjs/pkg-plist +++ b/print/foo2zjs/pkg-plist @@ -306,7 +306,7 @@ share/foo2qpdl/crd/black-text.ps @dirrmtry share/foo2lava @dirrmtry share/foo2hp @dirrmtry share/foo2hiperc -@dirrmtry %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% @dirrmtry share/cups/model @dirrmtry share/cups @dirrmtry foomatic/db/source/printer |