portlint: fix RCS Id, move WRKSRC
This commit is contained in:
parent
cccbc52d07
commit
6a708db035
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue