summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-12-04 23:47:48 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-12-04 23:47:48 +0000
commit5827170a6a1950a6de9ea901ea8158db2638fe22 (patch)
tree47dd2090269ee8f4794a7200e76bf835b725bd7e
parentUpdate to version 1.06 (diff)
Fix CATEGORIES and a spelling error
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23595
-rw-r--r--graphics/linux_glx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/linux_glx/Makefile b/graphics/linux_glx/Makefile
index 1243e5ef2fa6..e95b4a8dd2ff 100644
--- a/graphics/linux_glx/Makefile
+++ b/graphics/linux_glx/Makefile
@@ -7,7 +7,7 @@
#
DISTNAME= linux_glx-991127
-CATEGORIES= games
+CATEGORIES= graphics
MASTER_SITES= http://www.freebsd.org/~3d/distfiles/glx/linux/
MAINTAINER= 3d@freebsd.org
@@ -18,7 +18,7 @@ NO_BUILD= yes
PREFIX= /compat/linux
WRKSRC= ${WRKDIR}/linux_glx
-# switch off stripping durin INSTALL_PROGRAM
+# switch off stripping during INSTALL_PROGRAM
STRIP=
# NEVER EVER use plain INSTALL_PROGRAM on Linux binaries,