summaryrefslogtreecommitdiffstats
path: root/japanese/pine
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-09-20 23:04:17 +0000
committerasami <asami@FreeBSD.org>1996-09-20 23:04:17 +0000
commit91a94814f4869589ffad1a13f2f95edd4eee0bba (patch)
tree93b9c891682a0ecc7e492989c428155145f966ac /japanese/pine
parent912ef827e399a093d73cb02b224adcecf132c996 (diff)
downloadFreeBSD-ports-91a94814f4869589ffad1a13f2f95edd4eee0bba.zip
FreeBSD-ports-91a94814f4869589ffad1a13f2f95edd4eee0bba.tar.gz
Oops, don't use ${INSTALL_PROGRAM} for shared libraries...it won't
complain, but the resulting mess is quite useless because the library won't have any symbols!
Diffstat (limited to 'japanese/pine')
-rw-r--r--japanese/pine/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/pine/Makefile b/japanese/pine/Makefile
index 4e955f4..c477177 100644
--- a/japanese/pine/Makefile
+++ b/japanese/pine/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 May 1996
# Whom: masafumi
#
-# $Id: Makefile,v 1.3 1996/09/20 05:46:52 max Exp $
+# $Id: Makefile,v 1.4 1996/09/20 20:29:03 max Exp $
#
DISTNAME= pine3.95
@@ -38,8 +38,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/pico ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/pilot ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/libc-client.so.1.3 $(PREFIX)/lib
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/libpico.so.1.3 $(PREFIX)/lib
+ ${INSTALL_DATA} ${WRKSRC}/bin/libc-client.so.1.3 $(PREFIX)/lib
+ ${INSTALL_DATA} ${WRKSRC}/bin/libpico.so.1.3 $(PREFIX)/lib
${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${PREFIX}/man/man1
OpenPOWER on IntegriCloud