diff options
author | frueauf <frueauf> | 1998-08-01 16:58:57 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-08-01 16:58:57 +0000 |
commit | ce683461ff04762bd5de653a04eab364cd304bda (patch) | |
tree | 09a2d875f1c6ae63441b14dd8878258149f9735a | |
parent | 6de230db756e33cc326c14af2aa67ef5f03969b9 (diff) | |
download | pkgsrc-ce683461ff04762bd5de653a04eab364cd304bda.tar.gz |
Update to gmake-3.77.
-rw-r--r-- | devel/gmake/Makefile | 9 | ||||
-rw-r--r-- | devel/gmake/files/md5 | 2 | ||||
-rw-r--r-- | devel/gmake/pkg/PLIST | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile index 7a39f7ab6b9..feeda5cd0c4 100644 --- a/devel/gmake/Makefile +++ b/devel/gmake/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.12 1998/06/22 13:51:34 agc Exp $ +# $NetBSD: Makefile,v 1.13 1998/08/01 16:58:57 frueauf Exp $ # FreeBSD Id: Makefile,v 1.16 1997/06/13 20:00:47 max Exp # -DISTNAME= make-3.76.1 -PKGNAME= gmake-3.76.1 +DISTNAME= make-3.77 +PKGNAME= gmake-3.77 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org +CONFICTS= gmake-3.75 gmake-3.76.1 GNU_CONFIGURE= yes USE_GTEXINFO= yes @@ -16,7 +17,5 @@ USE_GTEXINFO= yes post-install: /bin/chmod g-s ${PREFIX}/bin/gmake /usr/bin/chgrp ${BINGRP} ${PREFIX}/bin/gmake - cd ${WRKSRC} && \ - ${INSTALL_MAN} ${WRKSRC}/make.man ${PREFIX}/man/man1/gmake.1 .include "../../mk/bsd.pkg.mk" diff --git a/devel/gmake/files/md5 b/devel/gmake/files/md5 index 8f2eb6fa3ef..46a99c1bbf3 100644 --- a/devel/gmake/files/md5 +++ b/devel/gmake/files/md5 @@ -1 +1 @@ -MD5 (make-3.76.1.tar.gz) = 1f2d2fd7806a815ca58d844ba1499f6b +MD5 (make-3.77.tar.gz) = b8264b1f8579d810a6de5db634aeafe4 diff --git a/devel/gmake/pkg/PLIST b/devel/gmake/pkg/PLIST index 6fd40b54e23..fc3526b999d 100644 --- a/devel/gmake/pkg/PLIST +++ b/devel/gmake/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/01/30 20:47:26 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/08/01 16:58:57 frueauf Exp $ bin/gmake man/man1/gmake.1.gz @unexec %D/bin/install-info --delete %D/info/make.info %D/info/dir @@ -12,5 +12,6 @@ info/make.info-6 info/make.info-7 info/make.info-8 info/make.info-9 +info/make.info-10 @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec %D/bin/install-info %D/info/make.info %D/info/dir |