diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-16 22:06:28 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-16 22:06:28 +0000 |
| commit | bc75683de2e3d33e2e1d2494725d2dbc5892cefe (patch) | |
| tree | 9880bb9f3b40a0df3b9c51b261df21942bdf7e41 /gnu | |
| parent | 08796a78ee232a0af606595fb2bd6139634fbce4 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/Makefile.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc b/gnu/usr.bin/binutils/Makefile.inc index 1e2665f97d9b..aba3cc7fa5eb 100644 --- a/gnu/usr.bin/binutils/Makefile.inc +++ b/gnu/usr.bin/binutils/Makefile.inc @@ -1,5 +1,6 @@ # $FreeBSD$ WARNS?= 3 +PACKAGE= binutils .include "../Makefile.inc" diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index 67b61a875687..24bcd9868796 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -2,6 +2,7 @@ BINDIR?= /usr/bin SHELL= /bin/sh +PACKAGE= groff # Define `page' to be letter if your PostScript printer uses 8.5x11 # paper (USA) and define it to be A4, if it uses A4 paper (rest of the |
