aboutsummaryrefslogtreecommitdiff
path: root/emulators/gngb
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-17 12:39:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-17 12:39:35 +0000
commitb8d81c9f506a3da819bce80c17b022e1b5c84798 (patch)
tree53d4bbd4c87efe21f05be563b8f5489291eb7edc /emulators/gngb
parentfa4c7bb106c83a71169af986d2192c31301a181b (diff)
downloadports-b8d81c9f506a3da819bce80c17b022e1b5c84798.tar.gz
ports-b8d81c9f506a3da819bce80c17b022e1b5c84798.zip
Add missing manpage
Notes
Notes: svn path=/head/; revision=107321
Diffstat (limited to 'emulators/gngb')
-rw-r--r--emulators/gngb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile
index 73c09a2a9b67..86d6d8a0b22a 100644
--- a/emulators/gngb/Makefile
+++ b/emulators/gngb/Makefile
@@ -27,6 +27,8 @@ PLIST_FILES= bin/gngb
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
+MAN1= gngb.1
+
.if defined(WITH_GL)
USE_GL= yes
.else