diff options
author | dholland <dholland> | 2013-02-17 05:01:26 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-02-17 05:01:26 +0000 |
commit | 1969ccdf1c81ec16628742443076896898110cbe (patch) | |
tree | 243e7bbbe5046c0e7a0f172799362b0bf4174889 /editors/emacs-nox11 | |
parent | df1b2037981495adf4ffbeb96c60663dc0eafb31 (diff) | |
download | pkgsrc-1969ccdf1c81ec16628742443076896898110cbe.tar.gz |
Move editors/emacs-nox11 to editors/emacs23-nox11.
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r-- | editors/emacs-nox11/Makefile | 19 | ||||
-rw-r--r-- | editors/emacs-nox11/buildlink3.mk | 16 | ||||
-rw-r--r-- | editors/emacs-nox11/version.mk | 7 |
3 files changed, 0 insertions, 42 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile deleted file mode 100644 index cbaa358db5a..00000000000 --- a/editors/emacs-nox11/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.36 2012/08/13 06:53:06 wiz Exp $ - -PKGNAME= ${DISTNAME:S/-/-nox11-/} -PKGREVISION= 1 - -CONFLICTS+= emacs-[0-9]* - -FILESDIR= ${.CURDIR}/../../editors/emacs/files -PATCHDIR= ${.CURDIR}/../../editors/emacs/patches -PKGDIR= ${.CURDIR}/../../editors/emacs - -.include "../../editors/emacs/Makefile.common" - -CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf \ - --without-rsvg --without-x --without-xft \ - --without-gif --without-jpeg --without-png \ - --without-tiff --without-xpm - -.include "../../mk/bsd.pkg.mk" diff --git a/editors/emacs-nox11/buildlink3.mk b/editors/emacs-nox11/buildlink3.mk deleted file mode 100644 index 29efa0e0e24..00000000000 --- a/editors/emacs-nox11/buildlink3.mk +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.3 2009/03/20 19:24:31 joerg Exp $ -# - -BUILDLINK_TREE+= emacs-nox11 - -.if !defined(EMACS_NOX11_BUILDLINK3_MK) -EMACS_NOX11_BUILDLINK3_MK:= - -.include "../../editors/emacs/modules.mk" -BUILDLINK_API_DEPENDS.emacs-nox11+= ${_EMACS_REQD} -BUILDLINK_PKGSRCDIR.emacs-nox11?= ${_EMACS_PKGDIR} - -BUILDLINK_CONTENTS_FILTER.emacs-nox11= ${EGREP} '.*\.el$$|.*\.elc$$' -.endif # EMACS_NOX11_BUILDLINK3_MK - -BUILDLINK_TREE+= -emacs-nox11 diff --git a/editors/emacs-nox11/version.mk b/editors/emacs-nox11/version.mk deleted file mode 100644 index 872397d5560..00000000000 --- a/editors/emacs-nox11/version.mk +++ /dev/null @@ -1,7 +0,0 @@ -# $NetBSD: version.mk,v 1.6 2011/06/09 13:48:06 drochner Exp $ - -_EMACS_FLAVOR= emacs -_EMACS_REQD= emacs-nox11>=23.2<24 - -_EMACS_VERSION_MAJOR= 23 -_EMACS_VERSION_MINOR= 3 |