1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/gmake381/Makefile
Michael Haro 5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00

30 lines
651 B
Makefile

# New ports collection makefile for: GNU make
# Version required: 3.77.7
# Date created: 11 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.22 1999/03/11 21:47:09 scrappy Exp $
#
DISTNAME= make-3.77
PKGNAME= gmake-3.77
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= make
MAINTAINER= jseger@freebsd.org
Y2K= http://www.gnu.org/software/year2000.html
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
MAN1= gmake.1
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
post-install:
chmod g-s ${PREFIX}/bin/gmake
chgrp ${BINGRP} ${PREFIX}/bin/gmake
.include <bsd.port.mk>