aboutsummaryrefslogtreecommitdiffstats
path: root/converters/uulib/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-02-11 17:16:30 +0800
committerache <ache@FreeBSD.org>1999-02-11 17:16:30 +0800
commit9adfa1675ba85dd9a165ceb38635db514695f871 (patch)
tree115c2429259a40b72b9d4ae635da19b089dc23bc /converters/uulib/Makefile
parent6305674ef622867b728a0c9ef619d8ad011e0a2d (diff)
downloadfreebsd-ports-gnome-9adfa1675ba85dd9a165ceb38635db514695f871.tar.gz
freebsd-ports-gnome-9adfa1675ba85dd9a165ceb38635db514695f871.tar.zst
freebsd-ports-gnome-9adfa1675ba85dd9a165ceb38635db514695f871.zip
Don't change world-known name uudeview.h to uu.h upon installation,
other applications expect uudeview.h name
Diffstat (limited to 'converters/uulib/Makefile')
-rw-r--r--converters/uulib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile
index 5c9dbbeff06b..86e6bbd2d3c1 100644
--- a/converters/uulib/Makefile
+++ b/converters/uulib/Makefile
@@ -3,7 +3,7 @@
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
-# $Id: Makefile,v 1.16 1998/09/26 23:48:21 steve Exp $
+# $Id: Makefile,v 1.17 1998/11/14 09:43:05 asami Exp $
#
DISTNAME= uudeview-0.5.13
@@ -38,7 +38,7 @@ do-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/uulib/libuu.a ${PREFIX}/lib
@/usr/bin/ranlib ${PREFIX}/lib/libuu.a
- ${INSTALL_DATA} ${WRKSRC}/uulib/uudeview.h ${PREFIX}/include/uu.h
+ ${INSTALL_DATA} ${WRKSRC}/uulib/uudeview.h ${PREFIX}/include
${INSTALL_MAN} ${FILESDIR}/uulib.3 ${PREFIX}/man/man3
perl -pi -e '$$a = '\''${PREFIX}/'\''; $$a =~ s/([^\w\/])/\\$$1/g; s/FUNKYTOKENHERE/$$a/' ${PREFIX}/man/man3/uulib.3
.if !defined(NOPORTDOCS)