diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-26 22:02:08 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-26 22:02:08 +0000 |
commit | 73f39ff297a78f42fb24da0fec4cd1d0cf62b520 (patch) | |
tree | 515263ef3292c84c08b2ed5fbb9a9796e1155896 /editors/uemacs | |
parent | c00cfeaaace8bf44df7fcc18f044d308711a75e9 (diff) | |
download | ports-73f39ff297a78f42fb24da0fec4cd1d0cf62b520.tar.gz ports-73f39ff297a78f42fb24da0fec4cd1d0cf62b520.zip |
Notes
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index b7bcad051d51..7c01f8f4c3e6 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: Makefile,v 1.5 1995/05/02 09:08:53 asami Exp $ +# $Id: Makefile,v 1.6 1995/10/04 10:18:56 asami Exp $ # DISTNAME= uemacs @@ -21,6 +21,6 @@ PATCH_STRIP= -p1 EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -Laq EXTRACT_AFTER_ARGS= -d ${WRKDIR} -NCFTPFLAGS= -N -P +FETCH_BEFORE_ARGS= -P .include <bsd.port.mk> |