aboutsummaryrefslogtreecommitdiff
path: root/editors/uemacs
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-05-01 12:34:38 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-05-01 12:34:38 +0000
commit539536fae4fd527bda14770b3bd20226a83059a5 (patch)
treeeff880fe16e3f1280be1ad7c9ada21c74eda89ed /editors/uemacs
parentf194e3126cfa155a4ba5d53ff2db56d4bd75c6ed (diff)
downloadports-539536fae4fd527bda14770b3bd20226a83059a5.tar.gz
ports-539536fae4fd527bda14770b3bd20226a83059a5.zip
Switch to using USE_ZIP along with minor cleanups to some ports.
Notes
Notes: svn path=/head/; revision=18296
Diffstat (limited to 'editors/uemacs')
-rw-r--r--editors/uemacs/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
index f82c42288a60..1088fb64a8e7 100644
--- a/editors/uemacs/Makefile
+++ b/editors/uemacs/Makefile
@@ -3,25 +3,21 @@
# Date created: 16 Jan 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
-# $Id: Makefile,v 1.10 1997/08/29 11:33:09 tg Exp $
+# $Id: Makefile,v 1.11 1998/03/25 14:14:53 tg Exp $
#
-DISTNAME= uemacs
+DISTNAME= ue400dev
PKGNAME= uemacs-4.0
CATEGORIES= editors
MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/ \
ftp://informatik.hu-berlin.de/pub/pc/msdos/editors/ \
ftp://ftp.biomath.jussieu.fr/pub/editors/memacs400/disk2/
-DISTFILES= ue400dev.zip
MAINTAINER= ports@freebsd.org
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-
NO_WRKSUBDIR= yes
-EXTRACT_CMD= unzip
+USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -Laq
-EXTRACT_AFTER_ARGS= -d ${WRKDIR}
FETCH_BEFORE_ARGS= -NP
.include <bsd.port.mk>