diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-10 14:26:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-10 14:26:37 +0000 |
commit | 62f6c2b0d5750c18474b03dc038092d6e8f38fb5 (patch) | |
tree | 68f347452d8fec909430ae903a5922d9632edc90 /textproc | |
parent | d296aa91c5540d861354fca6e6f992917c416069 (diff) | |
download | pkgsrc-62f6c2b0d5750c18474b03dc038092d6e8f38fb5.tar.gz |
emacs.mk already includes bsd.prefs.mk, no need to include it manually a
second time.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/psgml-mode/Makefile | 4 |
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" |