summaryrefslogtreecommitdiff
path: root/editors/elvis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/elvis/Makefile')
-rw-r--r--editors/elvis/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile
index 2d81d4c4ee74..587f56d4c80f 100644
--- a/editors/elvis/Makefile
+++ b/editors/elvis/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: elvis
-# Version required: 2.1.3
+# Version required: 2.1.4
# Date created: 1999-09-01
# Whom: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
#
# $FreeBSD$
#
-DISTNAME= elvis-2.1_3
-PKGNAME= elvis-2.1.3
+DISTNAME= elvis-2.1_4
+PKGNAME= elvis-2.1.4
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \
- ftp://ftp.false.com/pub/elvis/ \
+MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \
+ ftp://ftp.false.com/pub/elvis/ \
ftp://ftp.fh-wedel.de/pub/elvis/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/elvis
@@ -29,6 +29,9 @@ pre-fetch:
@${ECHO_MSG} "To build this port without X11, define \"NO_X11\"."
.endif
+pre-configure:
+ @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/configure
+
do-install:
.for file in elvis elvtags ref
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin