diff options
author | dougb <dougb@FreeBSD.org> | 2005-09-13 14:55:00 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-09-13 14:55:00 +0800 |
commit | 1ff172cec76e0d419981fe28e16a182cb1e55778 (patch) | |
tree | 9828b62bcf0f74926088e57f2ef8689b6c996cdc /textproc/htdig | |
parent | 1a5e6b12739b7a4f1f429cbd2b7696783424c0a3 (diff) | |
download | freebsd-ports-gnome-1ff172cec76e0d419981fe28e16a182cb1e55778.tar.gz freebsd-ports-gnome-1ff172cec76e0d419981fe28e16a182cb1e55778.tar.zst freebsd-ports-gnome-1ff172cec76e0d419981fe28e16a182cb1e55778.zip |
Convert to DATADIR macro, per portlint
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/pkg-plist | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/textproc/htdig/pkg-plist b/textproc/htdig/pkg-plist index 136e27d2952e..53a9dad7e359 100644 --- a/textproc/htdig/pkg-plist +++ b/textproc/htdig/pkg-plist @@ -150,17 +150,17 @@ lib/htdig_db/libhtdb-3.2.0.so lib/htdig_db/libhtdb.a lib/htdig_db/libhtdb.la lib/htdig_db/libhtdb.so -share/htdig/common/bad_words -share/htdig/common/english.0 -share/htdig/common/english.aff -share/htdig/common/footer.html -share/htdig/common/header.html -share/htdig/common/long.html -share/htdig/common/nomatch.html -share/htdig/common/short.html -share/htdig/common/synonyms -share/htdig/common/syntax.html -share/htdig/common/wrapper.html +%%DATADIR%%/common/bad_words +%%DATADIR%%/common/english.0 +%%DATADIR%%/common/english.aff +%%DATADIR%%/common/footer.html +%%DATADIR%%/common/header.html +%%DATADIR%%/common/long.html +%%DATADIR%%/common/nomatch.html +%%DATADIR%%/common/short.html +%%DATADIR%%/common/synonyms +%%DATADIR%%/common/syntax.html +%%DATADIR%%/common/wrapper.html www/cgi-bin/htsearch www/cgi-bin/qtest www/data/search.html @@ -265,7 +265,7 @@ www/icons/htdig/star_blank.png @dirrm lib/htdig @dirrm lib/htdig_db @dirrm www/icons/htdig -@unexec rmdir %D/share/htdig/common 2>/dev/null || true -@unexec rmdir %D/share/htdig/database 2>/dev/null || true -@unexec rmdir %D/share/htdig 2>/dev/null || true +@unexec rmdir %D/%%DATADIR%%/common 2>/dev/null || true +@unexec rmdir %D/%%DATADIR%%/database 2>/dev/null || true +@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true @unexec rmdir %D/etc/htdig 2>/dev/null || true |