aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gngb
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-17 20:39:35 +0800
committerkris <kris@FreeBSD.org>2004-04-17 20:39:35 +0800
commit7b1f16699480af78a9beb28b8b95c285eb77f7fb (patch)
treee54ca6c75786442ca8c15537fe4cef9c015f600c /emulators/gngb
parentce5b9613939622867547b8ea618c389683f65074 (diff)
downloadfreebsd-ports-gnome-7b1f16699480af78a9beb28b8b95c285eb77f7fb.tar.gz
freebsd-ports-gnome-7b1f16699480af78a9beb28b8b95c285eb77f7fb.tar.zst
freebsd-ports-gnome-7b1f16699480af78a9beb28b8b95c285eb77f7fb.zip
Add missing manpage
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