diff options
author | glewis <glewis@FreeBSD.org> | 2004-12-16 15:08:25 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-12-16 15:08:25 +0800 |
commit | 619b0743201a7bf9577a67587a3b5ecb415c23b6 (patch) | |
tree | 45e33276df9593c398146dcd084db6a47a9f87f8 /math/ndiff/pkg-plist | |
parent | a6922bd6691408b4518c0563532a5633dd96d541 (diff) | |
download | freebsd-ports-gnome-619b0743201a7bf9577a67587a3b5ecb415c23b6.tar.gz freebsd-ports-gnome-619b0743201a7bf9577a67587a3b5ecb415c23b6.tar.zst freebsd-ports-gnome-619b0743201a7bf9577a67587a3b5ecb415c23b6.zip |
. Respect hier(7).
. Use a better ALL_TARGET. Having check as part of it tried to install
some files. Use check-runs to achieve the desired testing without
doing any installation.
. ${INSTALL_MAN} -> ${INSTALL_DATA} for doc installation (they aren't
manual pages).
Diffstat (limited to 'math/ndiff/pkg-plist')
-rw-r--r-- | math/ndiff/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/ndiff/pkg-plist b/math/ndiff/pkg-plist index b0ff6fef8591..0177eb1c16e8 100644 --- a/math/ndiff/pkg-plist +++ b/math/ndiff/pkg-plist @@ -1,5 +1,3 @@ bin/ndiff -share/lib/ndiff/ndiff-2.00/ndiff.awk -@dirrm share/lib/ndiff/ndiff-2.00 -@dirrm share/lib/ndiff -@dirrm share/lib +%%DATADIR%%/ndiff.awk +@dirrm %%DATADIR%% |