diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-18 11:32:35 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-18 11:32:35 +0800 |
commit | c6ceb61a380831c561c0d27aed42ed43e0bb03b2 (patch) | |
tree | 86cd16d2df7a6f16b073fb1082b4a7da4c710a3a /misc | |
parent | 08554f34cfc3226a42443d90ad3d38a1425add48 (diff) | |
download | freebsd-ports-gnome-c6ceb61a380831c561c0d27aed42ed43e0bb03b2.tar.gz freebsd-ports-gnome-c6ceb61a380831c561c0d27aed42ed43e0bb03b2.tar.zst freebsd-ports-gnome-c6ceb61a380831c561c0d27aed42ed43e0bb03b2.zip |
Remove quotes from BROKEN and IGNORE as they are not required
Diffstat (limited to 'misc')
-rw-r--r-- | misc/susv2/Makefile | 2 | ||||
-rw-r--r-- | misc/susv3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/susv2/Makefile b/misc/susv2/Makefile index 076f18383923..7336839ce211 100644 --- a/misc/susv2/Makefile +++ b/misc/susv2/Makefile @@ -23,7 +23,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/online.html to accept their license and download ${DISTFILES} into ${DISTDIR}" +IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/online.html to accept their license and download ${DISTFILES} into ${DISTDIR} .endif do-install: diff --git a/misc/susv3/Makefile b/misc/susv3/Makefile index 5e91bdf70ed0..e5baa7355c92 100644 --- a/misc/susv3/Makefile +++ b/misc/susv3/Makefile @@ -23,7 +23,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/version3/online.html to accept their license and download ${DISTFILES} into ${DISTDIR}" +IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/version3/online.html to accept their license and download ${DISTFILES} into ${DISTDIR} .endif do-install: |