summaryrefslogtreecommitdiff
path: root/lang/modula-3/Makefile
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-20 08:57:47 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-20 08:57:47 +0000
commit991d4d08c735dd3b845dea7702f5a3614d079be0 (patch)
tree259201fcd4b0bc67c119d22af6289e9f26940fd9 /lang/modula-3/Makefile
parentDepend on giflib, E needs it. (diff)
I couldn't test this, since it died partway through the build, but
it should fix the install. I did a partial test (which turned-out to be a good thing) of a partial build, and it worked, at least...
Notes
Notes: svn path=/head/; revision=12681
Diffstat (limited to 'lang/modula-3/Makefile')
-rw-r--r--lang/modula-3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile
index 47cce06b0b18..6eafec3b2827 100644
--- a/lang/modula-3/Makefile
+++ b/lang/modula-3/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1996
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.20 1998/06/06 20:31:52 jdp Exp $
+# $Id: Makefile,v 1.21 1998/06/27 05:19:10 asami Exp $
#
DISTNAME= modula-3-3.6
@@ -54,6 +54,10 @@ do-install:
sed -e "/^@/d" -e "/m3build-/d" -e "s/\.gz$$//" \
-e "/^share/d" ${PLIST} | \
cpio -dump -R ${BINOWN}.${BINGRP} ${PREFIX}
+ @cd ${temp_prefix}/man/man1; \
+ umask 022; \
+ ${ECHO} ${MAN1} | perl -pe 's/ /\n/g' | \
+ cpio -dump -R ${MANOWN}.${MANGRP} ${PREFIX}/man/man1
@echo "Fixing absolute pathnames in installed files"
@${SH} ${SCRIPTDIR}/fix_pathnames ${temp_prefix} ${PREFIX}
@echo "Rebuilding and shipping m3build with correct pathnames"