diff options
author | asami <asami@FreeBSD.org> | 1997-11-20 13:27:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-20 13:27:49 +0800 |
commit | 0eaf6565ed4cacb5d5e8e1c902ecdbae8c0ff15d (patch) | |
tree | 2a45b4ea14fd586b3066c8f58f0bcd6f0c9c4097 /x11/Makefile | |
parent | f185f2c261634e293908c7d34e4cb13d71a670df (diff) | |
download | freebsd-ports-gnome-0eaf6565ed4cacb5d5e8e1c902ecdbae8c0ff15d.tar.gz freebsd-ports-gnome-0eaf6565ed4cacb5d5e8e1c902ecdbae8c0ff15d.tar.zst freebsd-ports-gnome-0eaf6565ed4cacb5d5e8e1c902ecdbae8c0ff15d.zip |
Another SUBIDR -> SUBDIR fix. Thomas, where are you cut & pastin'
these from? :)
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 18e0982c84fd..e9c73e06c263 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.174 1997/11/14 13:15:54 tg Exp $ +# $Id: Makefile,v 1.175 1997/11/17 12:49:47 tg Exp $ # SUBDIR += FWF @@ -6,7 +6,7 @@ SUBDIR += XFree86-contrib SUBDIR += Xaw3d SUBDIR += afterstep - SUBIDR += amiwm + SUBDIR += amiwm SUBDIR += asclock SUBDIR += asfiles SUBDIR += auis |