aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-09 06:11:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-09 06:11:17 +0000
commit94105bca125e0ac414db212cb79fae3d10e52321 (patch)
treeb9af2877b4d88efd6065c4540d63d5e04d0bccc2 /editors/emacs23/Makefile
parent1ce14d354783574ae8bb73275cf8042f00645df6 (diff)
downloadports-94105bca125e0ac414db212cb79fae3d10e52321.tar.gz
ports-94105bca125e0ac414db212cb79fae3d10e52321.zip
Another round of Makefile updates, editors version.
Notes
Notes: svn path=/head/; revision=1308
Diffstat (limited to 'editors/emacs23/Makefile')
-rw-r--r--editors/emacs23/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 5d302f443272..760ce206f8ef 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,15 +3,16 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1995/02/13 13:02:31 ats Exp $
+# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $
#
DISTNAME= emacs-19.28
-USE_GMAKE= yes
+CATEGORIES+= editors
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+
HAS_CONFIGURE= yes
-STRIP=
+USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX}
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
-CATEGORIES+= editors
+STRIP=
.include <bsd.port.mk>