diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2004-02-20 22:16:02 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2004-02-20 22:16:02 +0800 |
commit | add6436e5ca7f04459b91cb198d5905757aa2f66 (patch) | |
tree | 035799609a0c6b023a9fe99216511f1bf65a0d51 /graphics | |
parent | 5132c6cc94ed730a6d50039b3d8eecfd4892ea80 (diff) | |
download | freebsd-ports-gnome-add6436e5ca7f04459b91cb198d5905757aa2f66.tar.gz freebsd-ports-gnome-add6436e5ca7f04459b91cb198d5905757aa2f66.tar.zst freebsd-ports-gnome-add6436e5ca7f04459b91cb198d5905757aa2f66.zip |
o) Fix plist (bento)
PR: ports/62777
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'graphics')
-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: |