summaryrefslogtreecommitdiff
path: root/news/slrn
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-07-19 07:01:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-07-19 07:01:48 +0000
commitc52dd8cdeff62f50144af37fa3618189e0f676ed (patch)
treeff0d222950cdf6c7a3f0cb558c5a768b2ec82a82 /news/slrn
parentChange DIST{NAME, _SUBDIR} to be appropriate for the port's name. (diff)
Adjust do-install target to match reality (${MACHINE_ARCH} now part of
obj dir name).
Notes
Notes: svn path=/head/; revision=20272
Diffstat (limited to 'news/slrn')
-rw-r--r--news/slrn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index 652eba270d51..bc6a838e6d5c 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 March 1997
# Whom: Carey Jones <mcj@acquiesce.org>
#
-# $Id: Makefile,v 1.14 1999/05/17 08:40:22 mharo Exp $
+# $Id: Makefile,v 1.15 1999/07/17 04:03:20 cpiazza Exp $
#
DISTNAME= slrn-0.9.5.7
@@ -20,8 +20,8 @@ ALL_TARGET= all slrnpull
MAN1= slrn.1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrn ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrnpull ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrn ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${MACHINE_ARCH}objs/slrnpull ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/examples/slrn
${INSTALL_DATA} ${WRKSRC}/doc/slrn.rc ${PREFIX}/share/examples/slrn
@${MKDIR} ${PREFIX}/share/examples/slrn/slrnpull