diff options
-rw-r--r-- | archivers/rar/Makefile | 5 | ||||
-rw-r--r-- | archivers/unrar/Makefile | 5 | ||||
-rw-r--r-- | archivers/unzip/Makefile | 4 | ||||
-rw-r--r-- | mail/pine/Makefile | 5 | ||||
-rw-r--r-- | shells/tcsh/Makefile | 4 |
5 files changed, 10 insertions, 13 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index cda03959121..b5b9aa8dd76 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,7 +4,7 @@ # Date created: 15 May 1996 # Whom: ache # -# $NetBSD: Makefile,v 1.7 1998/01/24 03:20:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1998/03/07 21:23:51 hubertf Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp # @@ -36,8 +36,7 @@ do-build: done do-install: - install -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ - ${PREFIX}/share/doc/rar ${PREFIX}/share/rar + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rar ${PREFIX}/share/rar cd ${WRKSRC} && \ ${INSTALL_PROGRAM} RAR ${PREFIX}/bin/rar && \ ${INSTALL_MAN} Rar.Txt ${PREFIX}/man/cat1/rar.1 && \ diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index c4e8aa105f3..3561fe04740 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $NetBSD: Makefile,v 1.2 1997/10/27 03:22:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/03/07 21:23:58 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/08/10 22:31:33 fenner Exp # @@ -21,8 +21,7 @@ do-build: ${CC} ${CFLAGS} -D_UNIX unrar.c -o unrar do-install: - install -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ - ${PREFIX}/share/doc/unrar + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unrar cd ${WRKSRC} && ${INSTALL_PROGRAM} unrar ${PREFIX}/bin cd ${WRKSRC} && ${INSTALL_MAN} readme.txt license.txt \ ${PREFIX}/share/doc/unrar diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index cc2aa64eea5..0bcb80dbe27 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $NetBSD: Makefile,v 1.4 1998/01/15 14:11:18 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/03/07 21:24:05 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -27,7 +27,7 @@ do-install: ${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin cd ${WRKSRC}/unix && \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 - install -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unzip cd ${WRKSRC} && \ ${INSTALL_DATA} README WHERE COPYING ${PREFIX}/share/doc/unzip diff --git a/mail/pine/Makefile b/mail/pine/Makefile index d8b4454b481..f23ef8a9b8b 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -4,7 +4,7 @@ # Date created: 03 September 1994 # Whom: mr # -# $NetBSD: Makefile,v 1.7 1998/02/12 00:26:27 tv Exp $ +# $NetBSD: Makefile,v 1.8 1998/03/07 21:24:14 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -49,8 +49,7 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/pine.conf.fixed ${PREFIX}/lib/pine.conf.fixed post-install: - install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ - ${PREFIX}/share/doc/pine + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pine cd ${WRKSRC} && \ ${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 6b25d9f142d..a1f037bd704 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,7 +3,7 @@ # Date created: 22 August 1994 # Whom: jkh # -# $NetBSD: Makefile,v 1.6 1998/03/05 14:28:32 tv Exp $ +# $NetBSD: Makefile,v 1.7 1998/03/07 21:24:23 hubertf Exp $ # FreeBSD Id: Makefile,v 1.17 1996/12/17 05:18:09 asami Exp # @@ -34,7 +34,7 @@ post-install: cd ${WRKSRC}; ${INSTALL_DATA} tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ln -f ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_AT.ISO_8859-1/tcsh.cat ln -f ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_CH.ISO_8859-1/tcsh.cat - install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${PREFIX}/share/nls/el_GR.ISO_8859-7 + ${INSTALL_DATA_DIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7 cd ${WRKSRC}; ${INSTALL_DATA} tcsh.greek.cat ${PREFIX}/share/nls/el_GR.ISO_8859-7/tcsh.cat ${ECHO} "updating /etc/shells"; ${CP} /etc/shells /etc/shells.bak; (grep -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells |