summaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r--editors/xvile/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 6114deac56fd..9e3c1b83cd85 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: xvile
-# Version required: 8.0
+# Version required: 8.2
# Date created: Wed Nov 26, 1996
# Whom: pgf
#
-# $Id: Makefile,v 1.17 1998/11/28 00:44:33 asami Exp $
+# $Id: Makefile,v 1.18 1999/01/02 00:12:19 asami Exp $
#
-DISTNAME= vile-8.0
-PKGNAME= xvile-8.0
+DISTNAME= vile-8.2
+PKGNAME= xvile-8.2
CATEGORIES= editors
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
- ftp://ftp.phred.org./pub/vile/ \
+ ftp://ftp.phred.org/pub/vile/ \
ftp://id.wing.net/pub/pgf/vile/
EXTRACT_SUFX= .tgz
@@ -50,6 +50,9 @@ post-install:
@if ! [ -d ${PREFIX}/share/vile/macros ]; then ${MKDIR} ${PREFIX}/share/vile/macros; fi
${INSTALL_DATA} ${WRKSRC}/macros/*.rc ${PREFIX}/share/vile/macros
${INSTALL_SCRIPT} ${WRKSRC}/macros/vile-pager ${PREFIX}/share/vile/macros
+.if defined(USE_PERL)
+ ${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile
+.endif
@echo "Look in ${PREFIX}/share/doc/vile for documentation."
@echo "Look in ${PREFIX}/share/vile/macros for macros."