summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-08-08 12:38:03 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-08-08 12:38:03 +0000
commit6f6409c077d05055c50caa18cdd674cfe09626d9 (patch)
treec282ee4cedec70b34cbeec9b8fd4aea1f7d3915a /editors
parentUpdate MASTER_SITES and WWW: line (diff)
- Fix MASTER_SITES
- Add LICENSE (Artistic 1) - Mark MAKE_JOBS_SAFE PR: ports/159435 Submitted by: Kato Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=279205
Diffstat (limited to 'editors')
-rw-r--r--editors/elvis/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile
index 269a7f7e899a..e4196fccc453 100644
--- a/editors/elvis/Makefile
+++ b/editors/elvis/Makefile
@@ -9,20 +9,20 @@ PORTNAME= elvis
PORTVERSION= 2.2.0
PORTREVISION= 3
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \
- ftp://ftp.false.com/pub/elvis/ \
- ftp://the.wiretapped.net/pub/elvis/ \
- ftp://ftp.fh-wedel.de/pub/elvis/
+MASTER_SITES= http://www.the-little-red-haired-girl.org/pub/elvis/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}_${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of the ex/vi text editor
+LICENSE= ART10
+
EXTRACT_AFTER_ARGS= | ${TAR} --exclude guiwin32 -xf -
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}"
ALL_TARGET= all doc/elvtags.man
+MAKE_JOBS_SAFE= yes
MAN1= elvfmt.1 elvis.1 elvtags.1 ref.1
@@ -63,7 +63,7 @@ post-patch:
do-install:
.for file in elvfmt elvis elvtags ref
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/${file}.man ${PREFIX}/man/man1/${file}.1
+ ${INSTALL_MAN} ${WRKSRC}/doc/${file}.man ${MANPREFIX}/man/man1/${file}.1
.endfor
@${MKDIR} ${DATADIR}
${TAR} -C ${WRKSRC}/data -cf - . | \