summaryrefslogtreecommitdiff
path: root/editors/xemacs-packages
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-11-25 12:50:00 +0000
committerjperkin <jperkin>2015-11-25 12:50:00 +0000
commit00219dde58f72a0e03c275c751c98eafd4d711e3 (patch)
tree40763f3de024ac7392d96ac7d7caa3fa6234eb23 /editors/xemacs-packages
parenteb462d27c8c374ddbd073a27623717fb0ada0d70 (diff)
downloadpkgsrc-00219dde58f72a0e03c275c751c98eafd4d711e3.tar.gz
Remove mk/find-prefix.mk usage from the editors category.
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
Diffstat (limited to 'editors/xemacs-packages')
-rw-r--r--editors/xemacs-packages/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index bad366ad72d..77390a7841a 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2015/11/11 15:02:33 hauke Exp $
+# $NetBSD: Makefile,v 1.66 2015/11/25 12:50:00 jperkin Exp $
DISTNAME= xemacs-packages
PKGNAME= xemacs-packages-1.17
@@ -170,8 +170,6 @@ REPLACE_PERL+= lisp/hyperbole/file-newer
# Do not depend on Python just for one file
CHECK_INTERPRETER_SKIP= ${XEPKGDIR}/etc/python-modes/pydoc_lisp.py
-.include "../../editors/xemacs/Makefile.pkg"
-
PRINT_PLIST_AWK+= { sub("\\.el$$", ".el$${ELSUFX}") }
.if defined(MANZ)