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

(-)Makefile (-3 / +5 lines)
Lines 29-35 Link Here
29
CONFIGURE_ARGS+=--disable-nls
29
CONFIGURE_ARGS+=--disable-nls
30
PLIST_SUB=	NLS="@comment "
30
PLIST_SUB=	NLS="@comment "
31
.endif
31
.endif
32
CONFIGURE_ENV+=	MAKEINFO="/usr/bin/makeinfo --no-split"
32
CONFIGURE_ENV+=	MAKEINFO="${DESTDIR}/usr/bin/makeinfo --no-split"
33
33
34
MAN1=		gmake.1
34
MAN1=		gmake.1
35
INFO=		make
35
INFO=		make
Lines 40-50 Link Here
40
40
41
post-patch:
41
post-patch:
42
	@${RM} ${WRKSRC}/doc/make.info*
42
	@${RM} ${WRKSRC}/doc/make.info*
43
	@${REINPLACE_CMD} -e "s|@dircategory GNU Packages|@dircategory Programming & development tools|" \
44
			-e "s|* Make:|* GNU make:|" ${WRKSRC}/doc/make.texi
43
45
44
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
46
# joerg@freebsd.org says our getloadavg() no longer requires setgid kmem
45
47
46
post-install:
48
post-install:
47
	@${CHMOD} g-s ${PREFIX}/bin/gmake
49
	@${CHMOD} g-s ${TARGETDIR}/bin/gmake
48
	@chgrp ${BINGRP} ${PREFIX}/bin/gmake
50
	@${CHGRP} ${BINGRP} ${TARGETDIR}/bin/gmake
49
51
50
.include <bsd.port.mk>
52
.include <bsd.port.mk>
(-)files/patch-ab (-14 lines)
Removed Link Here
1
--- doc/make.texi.orig	Mon Oct  7 22:57:59 2002
2
+++ doc/make.texi	Mon Oct  7 22:58:03 2002
3
@@ -25,9 +25,9 @@
4
 @c Combine the program and concept indices:
5
 @syncodeindex pg cp
6
 
7
-@dircategory GNU Packages
8
+@dircategory Programming & development tools
9
 @direntry
10
-* Make: (make).            Remake files automatically.
11
+* GNU make: (make).            Remake files automatically.
12
 @end direntry
13
 
14
 @ifinfo

Return to bug 101433