aboutsummaryrefslogtreecommitdiff
path: root/textproc/htdig
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-09-13 06:55:00 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-09-13 06:55:00 +0000
commit081a01e1c3ee68db13d3cc03e2238caff0973e36 (patch)
tree407a4079c7dcb33dee80f5e31c00fd23e802565f /textproc/htdig
parentc31d0a7d13c327324f69cc98ffe33f0e3a5ccd6e (diff)
downloadports-081a01e1c3ee68db13d3cc03e2238caff0973e36.tar.gz
ports-081a01e1c3ee68db13d3cc03e2238caff0973e36.zip
Convert to DATADIR macro, per portlint
Notes
Notes: svn path=/head/; revision=142566
Diffstat (limited to 'textproc/htdig')
-rw-r--r--textproc/htdig/pkg-plist28
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