summaryrefslogtreecommitdiff
path: root/print/fontforge/files/patch-Makefile.in
blob: 91d5f26e1f2172667a5eb8992ae8618c0f1e4dde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- Makefile.in.orig	Sat Mar 16 08:43:35 2002
+++ Makefile.in	Sun May 12 18:02:27 2002
@@ -37,15 +37,15 @@
 	mkdir -p $(bindir)
 	mkdir -p $(mandir)/man1
 	mkdir -p $(sharedir)
-	cp pfaedit/pfaedit $(bindir)
-	cp pfaedit/sfddiff $(bindir)
-	cp pfaedit/pfaedit.*.ui $(sharedir)
+	${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir)
+	${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir)
+	${BSD_INSTALL_DATA} pfaedit/pfaedit.*.ui $(sharedir)
 #The next line will fail for most installs. If you have downloaded the cidmaps
 # this will install them. If you haven't it won't. You only need the cidmaps
 # if you are editing CID keyed files (and even then you can live without them
-	-cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
-	cp $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1
-	cp $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1
+	${BSD_INSTALL_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir)
+	${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1
+	${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1
 
 uninstall:
 	-rm $(bindir)/pfaedit