View | Details | Raw Unified | Return to bug 186255
Collapse All | Expand All

(-)gmake/Makefile (-6 / +4 lines)
Lines 15-27 Link Here
15
MAINTAINER=	autotools@FreeBSD.org
15
MAINTAINER=	autotools@FreeBSD.org
16
COMMENT=	GNU version of 'make' utility
16
COMMENT=	GNU version of 'make' utility
17
17
18
LICENSE=	GPLv3
19
18
USE_BZIP2=	yes
20
USE_BZIP2=	yes
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS+=--program-prefix=g
22
CONFIGURE_ARGS+=--program-prefix=g
21
23
22
OPTIONS_DEFINE=	NLS
24
OPTIONS_DEFINE=	NLS
23
25
24
NO_STAGE=	yes
25
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
26
27
27
.if ${PORT_OPTIONS:MNLS}
28
.if ${PORT_OPTIONS:MNLS}
Lines 35-43 Link Here
35
.endif
36
.endif
36
CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"
37
CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"
37
38
38
MAN1=		gmake.1
39
INFO=		make
40
41
.ifdef USE_GMAKE
39
.ifdef USE_GMAKE
42
.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
40
.error You have `USE_GMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
43
.endif
41
.endif
Lines 50-56 Link Here
50
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
48
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
51
49
52
post-install:
50
post-install:
53
	@${CHMOD} g-s ${PREFIX}/bin/gmake
51
	@${CHMOD} g-s ${STAGEDIR}${PREFIX}/bin/gmake
54
	@chgrp ${BINGRP} ${PREFIX}/bin/gmake
52
	@chgrp ${BINGRP} ${STAGEDIR}${PREFIX}/bin/gmake
55
53
56
.include <bsd.port.mk>
54
.include <bsd.port.mk>
(-)gmake/pkg-plist (+3 lines)
Lines 1-4 Link Here
1
bin/gmake
1
bin/gmake
2
info/dir
3
info/make.info
4
man/man1/gmake.1.gz
2
%%NLS%%share/locale/be/LC_MESSAGES/make.mo
5
%%NLS%%share/locale/be/LC_MESSAGES/make.mo
3
%%NLS%%share/locale/da/LC_MESSAGES/make.mo
6
%%NLS%%share/locale/da/LC_MESSAGES/make.mo
4
%%NLS%%share/locale/de/LC_MESSAGES/make.mo
7
%%NLS%%share/locale/de/LC_MESSAGES/make.mo

Return to bug 186255