diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-02-20 14:16:02 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-02-20 14:16:02 +0000 |
commit | 3cfed0edc8744fe11ae1ea831656ed4f4bd8effe (patch) | |
tree | d323a8ce93d438430a6a8b97e9902fd652329379 /graphics/jpeg2ps-letter | |
parent | Update to version 2.40. (diff) |
o) Fix plist (bento)
PR: ports/62777
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'graphics/jpeg2ps-letter')
-rw-r--r-- | graphics/jpeg2ps-letter/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/jpeg2ps-letter/Makefile b/graphics/jpeg2ps-letter/Makefile index fa6095c062d7..4d25e2463abc 100644 --- a/graphics/jpeg2ps-letter/Makefile +++ b/graphics/jpeg2ps-letter/Makefile @@ -21,11 +21,10 @@ INSTALL_TARGET= MAN1= jpeg2ps.1 -.include <bsd.port.pre.mk> +PLIST_FILES= bin/jpeg2ps %%DOCSDIR%%/jpeg2ps.txt +PLIST_DIRS= %%DOCSDIR%% -.if ${OSVERSION} >= 502000 -BROKEN= "Broken pkg-plist" -.endif +.include <bsd.port.pre.mk> .if ${PAPERSIZE} == a4 post-patch: |