aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2011-08-08 20:38:03 +0800
committerculot <culot@FreeBSD.org>2011-08-08 20:38:03 +0800
commitb2a7f70bba9ace04fa546af1ed82486aea377c1a (patch)
treeee782d86b6437b680d816e9f5b43bfa8f8ed916b
parent7cab649cb9b9f25a1ac55ef494aa6f1fa0e84e4a (diff)
downloadfreebsd-ports-gnome-b2a7f70bba9ace04fa546af1ed82486aea377c1a.tar.gz
freebsd-ports-gnome-b2a7f70bba9ace04fa546af1ed82486aea377c1a.tar.zst
freebsd-ports-gnome-b2a7f70bba9ace04fa546af1ed82486aea377c1a.zip
- Fix MASTER_SITES
- Add LICENSE (Artistic 1) - Mark MAKE_JOBS_SAFE PR: ports/159435 Submitted by: Kato Tsuguru <tkato432@yahoo.com>
-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 - . | \