summaryrefslogtreecommitdiff
path: root/editors/uemacs/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-02 09:09:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-02 09:09:38 +0000
commit6dab44fe5a8c8594c60bc8b9251fec01d83dbb6a (patch)
tree41ae4b8fc9ce9fac0afe2d349e43c1d51be2f520 /editors/uemacs/Makefile
parentrtf2LaTeX is a filter that converts RTF (MS's Rich Text Format) into LaTeX. (diff)
Update.
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
Notes
Notes: svn path=/head/; revision=1574
Diffstat (limited to 'editors/uemacs/Makefile')
-rw-r--r--editors/uemacs/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
index d10abe23cefe..8a52c1838355 100644
--- a/editors/uemacs/Makefile
+++ b/editors/uemacs/Makefile
@@ -9,22 +9,18 @@
DISTNAME= uemacs
PKGNAME= uemacs-3.12
CATEGORIES+= editors
-MASTER_SITES= ftp://midas.mgmt.purdue.edu/pub/ue312/
+MASTER_SITES= ftp://midas.mgmt.purdue.edu/dist/uemacs312/
DISTFILES= ue312dev.zip
+MAINTAINER= ports@freebsd.org
+
EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
NO_WRKSUBDIR= yes
PATCH_STRIP= -p1
-
-# one weakness of the ports scheme: it doesn't allow arguments
-# to ${EXTRACT_CMD} after the filename, which is required for unzip.
-
-# Satoshi: it does now, so please update it when you see this.... :)
-
-do-extract:
- @rm -rf ${WRKDIR}
- @mkdir -p ${WRKDIR}
- @unzip -Laq ${DISTDIR}/${DISTFILES} -d ${WRKDIR}
+EXTRACT_CMD= unzip
+EXTRACT_BEFORE_ARGS= -Laq
+EXTRACT_AFTER_ARGS= -d ${WRKDIR}
+NCFTPFLAGS= -N -P
.include <bsd.port.mk>