From bf66188ea8cc884c43be69a337f79f2327741831 Mon Sep 17 00:00:00 2001 From: jseger Date: Sat, 1 May 1999 12:34:38 +0000 Subject: Switch to using USE_ZIP along with minor cleanups to some ports. --- editors/uemacs/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'editors/uemacs') 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 # -# $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 -- cgit