diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-27 08:50:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-27 08:50:20 +0000 |
commit | 7032593969cd1e15c361b76b69cc508cc9691660 (patch) | |
tree | 4165cb5891120954405f4f69b2c14af96edce79e /archivers/xmill | |
parent | cf595c052ace10176d2c8c8faf305ae70ed3bce8 (diff) | |
download | ports-7032593969cd1e15c361b76b69cc508cc9691660.tar.gz ports-7032593969cd1e15c361b76b69cc508cc9691660.zip |
Notes
Diffstat (limited to 'archivers/xmill')
-rw-r--r-- | archivers/xmill/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 81eca0f4ddfb..20a93635a72a 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -23,7 +23,7 @@ USE_ZIP= yes .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "requires explicit agreement to the terms and conditions of the license. Download ${DISTNAME}${EXTRACT_SUFX} manually from http://www.research.att.com/sw/tools/XMILL/,put it under ${DISTDIR} and run make again" +IGNORE= requires explicit agreement to the terms and conditions of the license. Download ${DISTNAME}${EXTRACT_SUFX} manually from http://www.research.att.com/sw/tools/XMILL/, put it under ${DISTDIR} and run make again .endif post-patch: |