diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-10 03:29:13 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-10 03:29:13 +0000 |
commit | 0ce25fe7cd5b92b7167bc12f1a4a5f32e69cd923 (patch) | |
tree | 002de68674bcaaa4edb860a1cbac03256ca86b38 | |
parent | New port: xf86ext taken from X.org release 6.7.0 at freedesktop.org: (diff) |
Oops, remove StudlyCaps on these two new ports, matching others.
Notes
Notes:
svn path=/head/; revision=108792
-rw-r--r-- | x11/printext/Makefile | 2 | ||||
-rw-r--r-- | x11/xf86ext/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/printext/Makefile b/x11/printext/Makefile index c3311c549c32..bdedc5070322 100644 --- a/x11/printext/Makefile +++ b/x11/printext/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= PrintExt +PORTNAME= printext PORTVERSION= 1.0 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ diff --git a/x11/xf86ext/Makefile b/x11/xf86ext/Makefile index f37a58bb3eaa..48ba3930a9f5 100644 --- a/x11/xf86ext/Makefile +++ b/x11/xf86ext/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= XF86Ext +PORTNAME= xf86ext PORTVERSION= 1.0 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ |