diff options
author | osa <osa@FreeBSD.org> | 2003-10-22 17:37:18 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-10-22 17:37:18 +0800 |
commit | 12392665946406be19fe5a666d797e2ae4715888 (patch) | |
tree | 9dfd550c872e36b257592c2e3c5e0bd6d1ec2227 /cad/pcb | |
parent | b5fbcd3dfdd083f2c848896756fab47dea3f8d6e (diff) | |
download | freebsd-ports-gnome-12392665946406be19fe5a666d797e2ae4715888.tar.gz freebsd-ports-gnome-12392665946406be19fe5a666d797e2ae4715888.tar.zst freebsd-ports-gnome-12392665946406be19fe5a666d797e2ae4715888.zip |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/pkg-plist | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/pcb/pkg-plist b/cad/pcb/pkg-plist index d6c926de0415..c4750b372f1e 100644 --- a/cad/pcb/pkg-plist +++ b/cad/pcb/pkg-plist @@ -45,10 +45,10 @@ lib/pcb/m4/to.inc @unexec install-info --delete %D/info/pcb.info %D/info/dir info/pcb.info @exec install-info --section="Utilities" --entry="* PCB: (pcb). Interactive printed circuit board layout system for X11" %D/info/pcb.info %D/info/dir -share/doc/pcb/index.html -share/doc/pcb/pcb.html -share/doc/pcb/pcb.ps -share/doc/pcb/refcard.ps -@dirrm share/doc/pcb +%%DOCSDIR%%/index.html +%%DOCSDIR%%/pcb.html +%%DOCSDIR%%/pcb.ps +%%DOCSDIR%%/refcard.ps +@dirrm %%DOCSDIR%% @dirrm lib/pcb/m4 @dirrm lib/pcb |