diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-23 16:12:12 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-23 16:12:12 +0800 |
commit | 1c8891116fb3d2a2d4278d60b6a5299e99766aff (patch) | |
tree | ed0defc814f6fb2ac20c2f56291805b3ee0cccb3 | |
parent | 318c262d38699d660c66b2942100546bf9875474 (diff) | |
download | freebsd-ports-gnome-1c8891116fb3d2a2d4278d60b6a5299e99766aff.tar.gz freebsd-ports-gnome-1c8891116fb3d2a2d4278d60b6a5299e99766aff.tar.zst freebsd-ports-gnome-1c8891116fb3d2a2d4278d60b6a5299e99766aff.zip |
- Update WWW: line
- Use NOPORTDOCS PLIST_SUB
PR: 24547
Submitted by: Ports Fury
-rw-r--r-- | graphics/epstool/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/epstool/pkg-plist | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/epstool/pkg-descr b/graphics/epstool/pkg-descr index 284ba5dbf86c..625c6f289728 100644 --- a/graphics/epstool/pkg-descr +++ b/graphics/epstool/pkg-descr @@ -8,8 +8,6 @@ Features: - Create TIFF or Interchange from part of a bitmap created by Ghostscript. -Please read text '/usr/local/share/doc/epstool/epstool.txt' - - Yuzo FURUKAWA -WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.html +WWW: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm diff --git a/graphics/epstool/pkg-plist b/graphics/epstool/pkg-plist index 5c0a333b57e3..8a4e350a668c 100644 --- a/graphics/epstool/pkg-plist +++ b/graphics/epstool/pkg-plist @@ -1,3 +1,3 @@ bin/epstool -share/doc/epstool/epstool.htm -@dirrm share/doc/epstool +%%PORTDOCS%%share/doc/epstool/epstool.htm +%%PORTDOCS%%@dirrm share/doc/epstool |