diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-11-04 08:27:44 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-11-04 08:27:44 +0000 |
commit | 045274006e11b6c0020118ec4965541f388c8bed (patch) | |
tree | c21e265346662228f0bdd811cf85a7dfc8f7a7c0 /print/fontforge | |
parent | 581eed39395c0da0f4e57a1374306751a8fc5484 (diff) | |
download | ports-045274006e11b6c0020118ec4965541f388c8bed.tar.gz ports-045274006e11b6c0020118ec4965541f388c8bed.zip |
Notes
Diffstat (limited to 'print/fontforge')
-rw-r--r-- | print/fontforge/Makefile | 2 | ||||
-rw-r--r-- | print/fontforge/distinfo | 2 | ||||
-rw-r--r-- | print/fontforge/files/patch-Makefile.static.in | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index b96ab1c8091b..1539f1334f45 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -34,7 +34,7 @@ ALL_TARGET= pfaedit MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 021025 +DIST_VER= 021102 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) diff --git a/print/fontforge/distinfo b/print/fontforge/distinfo index c33b38fe7ad4..94f26e038d3c 100644 --- a/print/fontforge/distinfo +++ b/print/fontforge/distinfo @@ -1,3 +1,3 @@ -MD5 (pfaedit_full-021025.tgz) = b05917d1fb4a0c5282ba1cca76927ee6 +MD5 (pfaedit_full-021102.tgz) = f2794c7dafa14eca7ae87e685a1a278a MD5 (cidmaps.tgz) = d40e9a779f620a5358ab782d6d76eb2f MD5 (pfaedit_htdocs-020910.tgz) = 2d4b256d4595a9f77d49d47b5a9428c1 diff --git a/print/fontforge/files/patch-Makefile.static.in b/print/fontforge/files/patch-Makefile.static.in index 0bc0c255329b..1bdf40d4cc50 100644 --- a/print/fontforge/files/patch-Makefile.static.in +++ b/print/fontforge/files/patch-Makefile.static.in @@ -1,6 +1,6 @@ --- Makefile.static.in.orig Thu Oct 24 03:34:40 2002 +++ Makefile.static.in Sat Oct 26 01:55:17 2002 -@@ -39,15 +39,15 @@ +@@ -39,15 +39,16 @@ mkdir -p $(bindir) mkdir -p $(mandir)/man1 mkdir -p $(sharedir) @@ -9,6 +9,7 @@ - cp pfaedit/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_PROGRAM} pfaedit/pfaedit $(bindir) + ${BSD_INSTALL_PROGRAM} pfaedit/sfddiff $(bindir) ++ ${BSD_INSTALL_PROGRAM} pfaedit/acorn2sfd $(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 |