diff options
author | dd <dd@FreeBSD.org> | 2001-07-27 23:46:24 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-27 23:46:24 +0800 |
commit | 8b848d85f457995b1ba443d9ce934c4f02142c22 (patch) | |
tree | adcb8ef9c6748f8d8aa90b8591b14ee1e87d5f74 /x11/wrapper | |
parent | 080841f8bf998a6c7529dc6deb8ced747cb75158 (diff) | |
download | freebsd-ports-gnome-8b848d85f457995b1ba443d9ce934c4f02142c22.tar.gz freebsd-ports-gnome-8b848d85f457995b1ba443d9ce934c4f02142c22.tar.zst freebsd-ports-gnome-8b848d85f457995b1ba443d9ce934c4f02142c22.zip |
The value of FORBIDDEN shouldn't have a period at the end: bsd.port.mk
does that automatically.
Diffstat (limited to 'x11/wrapper')
-rw-r--r-- | x11/wrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wrapper/Makefile b/x11/wrapper/Makefile index 439c15c9f008..0e86527e115b 100644 --- a/x11/wrapper/Makefile +++ b/x11/wrapper/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 3 -FORBIDDEN= This port is for XFree86-4. +FORBIDDEN= This port is for XFree86-4 .endif do-fetch: |