summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-11-25 12:58:46 +0000
committerjperkin <jperkin@pkgsrc.org>2015-11-25 12:58:46 +0000
commitd91ef688976f71a240214d098af8e13e3a18d8e8 (patch)
treed127da3f7a17f3223cc0914a83e7205a822bd49d /editors/xemacs
parenta11a77bec17fecebef359089d653762abe27296d (diff)
downloadpkgsrc-d91ef688976f71a240214d098af8e13e3a18d8e8.tar.gz
This file is no longer required after the find-prefix removal.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile.pkg9
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/xemacs/Makefile.pkg b/editors/xemacs/Makefile.pkg
deleted file mode 100644
index 14ddc8d84e1..00000000000
--- a/editors/xemacs/Makefile.pkg
+++ /dev/null
@@ -1,9 +0,0 @@
-# $NetBSD: Makefile.pkg,v 1.4 2007/02/19 20:17:21 joerg Exp $
-
-.include "../../mk/bsd.prefs.mk"
-
-.if !defined(XEMACS_PREFIX)
-XEMACS_PREFIX!= ${MAKE} XEMACS_PREFIX= EVAL_PREFIX=_XEMACS_PREFIX=xemacs \
- VARNAME=_XEMACS_PREFIX show-var
-MAKEFLAGS+= XEMACS_PREFIX=${XEMACS_PREFIX:Q}
-.endif