Lines 1-6
Link Here
|
1 |
--- Makefile.static.in.orig Thu Oct 24 03:34:40 2002 |
1 |
--- Makefile.static.in.orig Thu Oct 24 03:34:40 2002 |
2 |
+++ Makefile.static.in Sat Oct 26 01:55:17 2002 |
2 |
+++ Makefile.static.in Sat Oct 26 01:55:17 2002 |
3 |
@@ -39,15 +39,15 @@ |
3 |
@@ -39,15 +39,16 @@ |
4 |
mkdir -p $(bindir) |
4 |
mkdir -p $(bindir) |
5 |
mkdir -p $(mandir)/man1 |
5 |
mkdir -p $(mandir)/man1 |
6 |
mkdir -p $(sharedir) |
6 |
mkdir -p $(sharedir) |
Lines 9-14
Link Here
|
9 |
- cp pfaedit/pfaedit-*.ui $(sharedir) |
9 |
- cp pfaedit/pfaedit-*.ui $(sharedir) |
10 |
+ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) |
10 |
+ ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) |
11 |
+ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) |
11 |
+ ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) |
|
|
12 |
+ ${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(bindir) |
12 |
+ ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir) |
13 |
+ ${BSD_INSTALL_DATA} pfaedit/pfaedit-*.ui $(sharedir) |
13 |
#The next line will fail for most installs. If you have downloaded the cidmaps |
14 |
#The next line will fail for most installs. If you have downloaded the cidmaps |
14 |
# this will install them. If you haven't it won't. You only need the cidmaps |
15 |
# this will install them. If you haven't it won't. You only need the cidmaps |