367bfc567f
o Make it so PKGREVISION bumps of elib don't affect emacs20-elib o Bump PKGREVISION of elib and pcl-cvs
14 lines
346 B
Makefile
14 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/11/18 16:29:50 cube Exp $
|
|
|
|
PKGNAME= emacs20-${DISTNAME}
|
|
PKGREVISION= # defined
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../devel/elib/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../devel/elib/patches
|
|
PLIST_SRC= ${.CURDIR}/../../devel/elib/PLIST
|
|
|
|
EMACS_VERSION_REQD= emacs20
|
|
|
|
CONFLICTS+= elib-[0-9]*
|
|
|
|
.include "../../devel/elib/Makefile"
|