summaryrefslogtreecommitdiff
path: root/editors/xemacs-packages/Makefile
diff options
context:
space:
mode:
authorjym <jym@pkgsrc.org>2011-07-04 22:23:12 +0000
committerjym <jym@pkgsrc.org>2011-07-04 22:23:12 +0000
commit57a9160c03e65e51811a42c6dbd0eb73d0e83ccd (patch)
treef9b2ea4d23a1c9b5975b980b5fdd64a22f109df8 /editors/xemacs-packages/Makefile
parentddd01b8b1af6a3bdc433f7fc2cbbc94cfa174e91 (diff)
downloadpkgsrc-57a9160c03e65e51811a42c6dbd0eb73d0e83ccd.tar.gz
check-interpreter fix.
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r--editors/xemacs-packages/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index b8b3d765c41..0cc1f2e36e2 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2008/04/30 06:35:01 tron Exp $
+# $NetBSD: Makefile,v 1.56 2011/07/04 22:23:12 jym Exp $
DISTNAME= xemacs-packages
PKGNAME= xemacs-packages-1.16
@@ -163,9 +163,11 @@ REPLACEMENTS.perl+= ${PREFIX}/lib/xemacs/xemacs-packages/etc/idlwave/idlwave_cat
REPLACEMENTS.perl+= ${PREFIX}/lib/xemacs/xemacs-packages/etc/x-symbol/fonts/makesub
REPLACEMENTS.perl+= ${PREFIX}/lib/xemacs/xemacs-packages/lisp/hyperbole/file-newer
+REPLACEMENTS.python+= ${PREFIX}/lib/xemacs/xemacs-packages/lisp/python-modes/pydoc_lisp.py
+
REPLACEMENTS.zsh= ${PREFIX}/lib/xemacs/xemacs-packages/lisp/erc/mkChangeLog.upstream
-REPLACEMENT_PROGS= perl zsh
+REPLACEMENT_PROGS= perl python zsh
.include "../../editors/xemacs/Makefile.pkg"