diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 03:32:35 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 03:32:35 +0000 |
commit | 1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef (patch) | |
tree | d25f47e82d9f5c07d8ef3dcc88dcc03a0b947c55 /misc | |
parent | bd8178b27a7c1e18a4df5dc19e6fefb99cee68d5 (diff) | |
download | ports-1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef.tar.gz ports-1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef.zip |
Notes
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: |