diff options
-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 |