diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 04:42:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 04:42:43 +0000 |
commit | 6a708db03536114bfe86303450af21b89b568d60 (patch) | |
tree | 78742e125b9cd782faf52cc83729ae46ca6942ad /editors/emacs/Makefile | |
parent | cccbc52d07ad66056b1eafa1a463d54bed07325b (diff) | |
download | pkgsrc-6a708db03536114bfe86303450af21b89b568d60.tar.gz |
portlint: fix RCS Id, move WRKSRC
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b57205d2587..2519288ffe4 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,20 +3,20 @@ # Date created: 11 October 1997 # Whom: hubertf # -# $Id: Makefile,v 1.3 1997/12/22 07:45:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/24 04:42:43 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp # DISTNAME= emacs-20.2 +WRKSRC= ${WRKDIR}/emacs-20.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= hubertf@netbsd.org -OPSYS!= uname -s - -WRKSRC= ${WRKDIR}/emacs-20.2 BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo + GNU_CONFIGURE= yes #USE_GMAKE= yes CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid |