diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-07-19 07:01:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-07-19 07:01:48 +0000 |
commit | c52dd8cdeff62f50144af37fa3618189e0f676ed (patch) | |
tree | ff0d222950cdf6c7a3f0cb558c5a768b2ec82a82 /news/slrn | |
parent | 72310df30b4824a6dd368a010dd1b7bc5d0fe83d (diff) | |
download | ports-c52dd8cdeff62f50144af37fa3618189e0f676ed.tar.gz ports-c52dd8cdeff62f50144af37fa3618189e0f676ed.zip |
Notes
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 6 |
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 |