summaryrefslogtreecommitdiff
path: root/editors/xemacs-wp-packages/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-27 03:24:57 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-27 03:24:57 +0000
commitd293a9fb46a9333d38153a5f4ad92ae00c1a13cc (patch)
tree36a9afb4a4c38b1c608cb8763cfa8c80e049baf2 /editors/xemacs-wp-packages/Makefile
parentUpdate to version 21.1.8. (diff)
Update to version 21.1.8.
PR: 14593 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23435
Diffstat (limited to 'editors/xemacs-wp-packages/Makefile')
-rw-r--r--editors/xemacs-wp-packages/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/editors/xemacs-wp-packages/Makefile b/editors/xemacs-wp-packages/Makefile
index 4bc7c2a59aa9..82f0965afccf 100644
--- a/editors/xemacs-wp-packages/Makefile
+++ b/editors/xemacs-wp-packages/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: X-Emacs Packages
-# Version required: 21.1
+# Version required: 1.0
# Date created: 24 Apr 1999
# Whom: Michael Elbel (me@FreeBSD.org)
#
@@ -26,8 +26,9 @@ DISTFILES= \
fsf-compat-1.06-pkg.tar.gz viper-1.17-pkg.tar.gz \
mail-lib-1.24-pkg.tar.gz net-utils-1.12-pkg.tar.gz \
mailcrypt-2.02-pkg.tar.gz vc-1.19-pkg.tar.gz \
- sh-script-1.10-pkg.tar.gz \
- ${MULEDISTFILES}
+ sh-script-1.10-pkg.tar.gz auctex-1.17-pkg.tar.gz \
+ ispell-1.16-pkg.tar.gz pcl-cvs-1.40-pkg.tar.gz \
+ w3-1.14-pkg.tar.gz
MAINTAINER= me@FreeBSD.org
@@ -36,12 +37,6 @@ DIST_SUBDIR= xemacs
NO_BUILD= yes
NO_WRKSUBDIR= yes
-# Have
-.if !defined(USE_MULE)
-pre-fetch:
- @${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE"
-.endif
-
do-install:
${MKDIR} ${PREFIX}/lib/xemacs/xemacs-packages
${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages
@@ -54,9 +49,4 @@ post-install:
@${ECHO_MSG} "To install all packages, consider using the xemacs-sumo-packages"
@${ECHO_MSG} "and xemacs-mule-sumo-packages ports."
-.if defined(USE_MULE)
-MULEDISTFILES= mule-base-1.32-pkg.tar.gz
-PLIST= ${PKGDIR}/PLIST.mule
-.endif
-
.include <bsd.port.mk>