summaryrefslogtreecommitdiff
path: root/textproc/psgml-mode
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-10 14:26:37 +0000
committerwiz <wiz@pkgsrc.org>2003-01-10 14:26:37 +0000
commit62f6c2b0d5750c18474b03dc038092d6e8f38fb5 (patch)
tree68f347452d8fec909430ae903a5922d9632edc90 /textproc/psgml-mode
parentd296aa91c5540d861354fca6e6f992917c416069 (diff)
downloadpkgsrc-62f6c2b0d5750c18474b03dc038092d6e8f38fb5.tar.gz
emacs.mk already includes bsd.prefs.mk, no need to include it manually a
second time.
Diffstat (limited to 'textproc/psgml-mode')
-rw-r--r--textproc/psgml-mode/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile
index 93d89815026..0cbbc3a0a51 100644
--- a/textproc/psgml-mode/Makefile
+++ b/textproc/psgml-mode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/01/09 20:14:00 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2003/01/10 14:26:39 wiz Exp $
DISTNAME= psgml-1.2.5
PKGNAME= ${DISTNAME:S/-/-mode-/}
@@ -9,8 +9,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.lysator.liu.se/~lenst/about_psgml/
COMMENT= SGML/XML mode for Emacs
-.include "../../mk/bsd.prefs.mk"
-
.include "../../mk/emacs.mk"
.if ${EMACS_FLAVOR} != "emacs"