diff options
author | jseger <jseger@FreeBSD.org> | 1999-05-01 20:34:38 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-05-01 20:34:38 +0800 |
commit | bf66188ea8cc884c43be69a337f79f2327741831 (patch) | |
tree | 37836894d5dfce53383d04089187fb5afc160763 /editors/uemacs | |
parent | 3bf6614da37d1e86a2552cf324bbdd4d453fd306 (diff) | |
download | freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.gz freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.zst freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.zip |
Switch to using USE_ZIP along with minor cleanups to some ports.
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 10 |
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> |