aboutsummaryrefslogtreecommitdiff
path: root/editors/uemacs
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:23:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-20 18:23:12 +0000
commit86c528d68180bf9331759aab5cfa3a3cb4f92441 (patch)
tree0bb076fd00f7daa63186baacd613fa8d0961af73 /editors/uemacs
parentca676ef208db3bfcad72d2cd028d4f2c8d312702 (diff)
downloadports-86c528d68180bf9331759aab5cfa3a3cb4f92441.tar.gz
ports-86c528d68180bf9331759aab5cfa3a3cb4f92441.zip
Update of editors Makefiles!
Notes
Notes: svn path=/head/; revision=1473
Diffstat (limited to 'editors/uemacs')
-rw-r--r--editors/uemacs/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
index cf05fd63ab31..d10abe23cefe 100644
--- a/editors/uemacs/Makefile
+++ b/editors/uemacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id:$
+# $Id: Makefile,v 1.3 1995/04/09 06:11:13 asami Exp $
#
DISTNAME= uemacs
@@ -22,13 +22,9 @@ PATCH_STRIP= -p1
# Satoshi: it does now, so please update it when you see this.... :)
-pre-extract: exec_depends
- @echo "===> Extracting for ${DISTNAME}"
+do-extract:
@rm -rf ${WRKDIR}
@mkdir -p ${WRKDIR}
@unzip -Laq ${DISTDIR}/${DISTFILES} -d ${WRKDIR}
-extract: fetch pre-extract ${EXTRACT_COOKIE}
- @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE}
-
.include <bsd.port.mk>