diff options
author | demon <demon@FreeBSD.org> | 2003-05-08 14:53:57 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-05-08 14:53:57 +0800 |
commit | 83c0ebdd662c46df2c995df9030c0d3d45bf4051 (patch) | |
tree | aa9ee7fcd97a8f1ab2a948d4a063f524cd7f6ad5 /www | |
parent | 58e0703581d19a2656f8c50a1a7a5ab1300a34a1 (diff) | |
download | freebsd-ports-gnome-83c0ebdd662c46df2c995df9030c0d3d45bf4051.tar.gz freebsd-ports-gnome-83c0ebdd662c46df2c995df9030c0d3d45bf4051.tar.zst freebsd-ports-gnome-83c0ebdd662c46df2c995df9030c0d3d45bf4051.zip |
Correct a typo.
Diffstat (limited to 'www')
-rw-r--r-- | www/rt3/Makefile | 2 | ||||
-rw-r--r-- | www/rt32/Makefile | 2 | ||||
-rw-r--r-- | www/rt34/Makefile | 2 | ||||
-rw-r--r-- | www/rt36/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile index c99d802f15c9..e92ffe898634 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -122,7 +122,7 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RTGROUP} + -@pw groupadd ${RT_GROUP} -@cd ${WRKSRC} && chmod a+x configure do-build: diff --git a/www/rt32/Makefile b/www/rt32/Makefile index c99d802f15c9..e92ffe898634 100644 --- a/www/rt32/Makefile +++ b/www/rt32/Makefile @@ -122,7 +122,7 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RTGROUP} + -@pw groupadd ${RT_GROUP} -@cd ${WRKSRC} && chmod a+x configure do-build: diff --git a/www/rt34/Makefile b/www/rt34/Makefile index c99d802f15c9..e92ffe898634 100644 --- a/www/rt34/Makefile +++ b/www/rt34/Makefile @@ -122,7 +122,7 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RTGROUP} + -@pw groupadd ${RT_GROUP} -@cd ${WRKSRC} && chmod a+x configure do-build: diff --git a/www/rt36/Makefile b/www/rt36/Makefile index c99d802f15c9..e92ffe898634 100644 --- a/www/rt36/Makefile +++ b/www/rt36/Makefile @@ -122,7 +122,7 @@ pre-fetch: @${ECHO} "" post-extract: - -@pw groupadd ${RTGROUP} + -@pw groupadd ${RT_GROUP} -@cd ${WRKSRC} && chmod a+x configure do-build: |