diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-08 15:25:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-08 15:25:57 +0800 |
commit | 2da9a7e795c5f1eabfa3c899c734c9eb33c809ae (patch) | |
tree | e292c54e452aaadaf1dd9a12cf32a9673ce3e365 /audio/xhippo | |
parent | 0d16c49153dad1f51972babdb844995dbba3ca9c (diff) | |
download | freebsd-ports-gnome-2da9a7e795c5f1eabfa3c899c734c9eb33c809ae.tar.gz freebsd-ports-gnome-2da9a7e795c5f1eabfa3c899c734c9eb33c809ae.tar.zst freebsd-ports-gnome-2da9a7e795c5f1eabfa3c899c734c9eb33c809ae.zip |
Add NOPORTDOCS support to pkg-plist
PR: 28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'audio/xhippo')
-rw-r--r-- | audio/xhippo/pkg-plist | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/audio/xhippo/pkg-plist b/audio/xhippo/pkg-plist index 51af87618c51..7a4d65c0c045 100644 --- a/audio/xhippo/pkg-plist +++ b/audio/xhippo/pkg-plist @@ -2,11 +2,12 @@ bin/xhippo @unexec if cmp -s %D/etc/xhippo.config %D/etc/xhippo.config.default; then rm -f %D/etc/xhippo.config; fi etc/xhippo.config.default @exec test -f %B/xhippo.config || cp %B/%f %B/xhippo.config -share/doc/xhippo/ChangeLog -share/doc/xhippo/gnu-xhippo.html -share/doc/xhippo/screenshot.jpeg -share/doc/xhippo/xhippo.info.gz -share/doc/xhippo/xhippo.ps.gz -share/doc/xhippo/xhippo.sgml -share/doc/xhippo/xhippo.txt.gz +%%PORTDOCS%%share/doc/xhippo/ChangeLog +%%PORTDOCS%%share/doc/xhippo/gnu-xhippo.html +%%PORTDOCS%%share/doc/xhippo/screenshot.jpeg +%%PORTDOCS%%share/doc/xhippo/xhippo.info.gz +%%PORTDOCS%%share/doc/xhippo/xhippo.ps.gz +%%PORTDOCS%%share/doc/xhippo/xhippo.sgml +%%PORTDOCS%%share/doc/xhippo/xhippo.txt.gz +%%PORTDOCS%%@dirrm share/doc/xhippo share/locale/de/LC_MESSAGES/xhippo.mo |