diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-19 03:13:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-19 03:13:48 +0000 |
commit | 43801110c646ef25f3baa85796b629a83c545120 (patch) | |
tree | 76e9f483a855c61a3d3be02455d23d486ffc43f7 /cad/spice/files/Makefile | |
parent | 99ec5d9f2c0ac7dc9efa5ffb523190690a21c7d4 (diff) |
Notes
Diffstat (limited to 'cad/spice/files/Makefile')
-rw-r--r-- | cad/spice/files/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/spice/files/Makefile b/cad/spice/files/Makefile index 6ca93e2439f6..41806edee520 100644 --- a/cad/spice/files/Makefile +++ b/cad/spice/files/Makefile @@ -1,4 +1,6 @@ - +# +# $FreeBSD$ +# all: util/build FreeBSD default @@ -10,7 +12,7 @@ install: strip ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ ${PREFIX}/bin/sconvert ${PREFIX}/bin/help \ ${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec - chmod -R a+rX ${PREFIX}/share/spice3 + chmod -R a+rX ${PREFIX}/share/spice install -c -m 644 -o bin -g bin man/man5/mfbcap.5 ${PREFIX}/man/man5/mfbcap.5 install -c -m 644 -o bin -g bin man/man1/sconvert.1 ${PREFIX}/man/man1/sconvert.1 install -c -m 644 -o bin -g bin man/man1/nutmeg.1 ${PREFIX}/man/man1/nutmeg.1 |