diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-29 19:00:22 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-29 19:00:22 +0000 |
commit | 23b5ea70f38609f1a2635ee1a0f2e1f1b6299f22 (patch) | |
tree | 15a844e63c8c5c3df36e600eedf383eb4df7d01a /print/pfaedit/files | |
parent | 3e0e557396bd925c47ec467ee84c642dd8509fff (diff) | |
download | FreeBSD-ports-23b5ea70f38609f1a2635ee1a0f2e1f1b6299f22.zip FreeBSD-ports-23b5ea70f38609f1a2635ee1a0f2e1f1b6299f22.tar.gz |
upgrade to 20020627
PR: 39983
Submitted by: maintainer
Diffstat (limited to 'print/pfaedit/files')
-rw-r--r-- | print/pfaedit/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/pfaedit/files/patch-Makefile.in b/print/pfaedit/files/patch-Makefile.in index 91d5f26..667df5c 100644 --- a/print/pfaedit/files/patch-Makefile.in +++ b/print/pfaedit/files/patch-Makefile.in @@ -1,22 +1,22 @@ ---- Makefile.in.orig Sat Mar 16 08:43:35 2002 -+++ Makefile.in Sun May 12 18:02:27 2002 -@@ -37,15 +37,15 @@ +--- Makefile.in.orig Sat Jun 29 10:17:51 2002 ++++ Makefile.in Sat Jun 29 10:19:57 2002 +@@ -39,15 +39,15 @@ mkdir -p $(bindir) mkdir -p $(mandir)/man1 mkdir -p $(sharedir) - cp pfaedit/pfaedit $(bindir) - cp pfaedit/sfddiff $(bindir) -- cp pfaedit/pfaedit.*.ui $(sharedir) +- cp pfaedit/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) + ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) -+ ${BSD_INSTALL_DATA} pfaedit/pfaedit.*.ui $(sharedir) ++ ${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_DATA} $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1 + ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/pfaedit.1 $(mandir)/man1 + ${BSD_INSTALL_MAN} $(srcdir)/pfaedit/sfddiff.1 $(mandir)/man1 |