aboutsummaryrefslogtreecommitdiff
path: root/japanese/pine
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-09-20 23:04:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-09-20 23:04:17 +0000
commitcac7f46a33dfc4ce2d6c894669ceae254207751f (patch)
tree96387036dbb5c0e28f1c09a550c1d36fe142736d /japanese/pine
parente40167040e52d1084597bc4504e2330a1e990084 (diff)
downloadports-cac7f46a33dfc4ce2d6c894669ceae254207751f.tar.gz
ports-cac7f46a33dfc4ce2d6c894669ceae254207751f.zip
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!
Notes
Notes: svn path=/head/; revision=3825
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 4e955f42be4f..c4771772e1ed 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