pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xemacs-current make paths relative to ${.CURDIR}
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc2cf905fbc4
branches: trunk
changeset: 535304:cc2cf905fbc4
user: dan <dan%pkgsrc.org@localhost>
date: Tue Nov 13 04:07:42 2007 +0000
description:
make paths relative to ${.CURDIR}
per request from uebayasi@
diffstat:
editors/xemacs-current/Makefile.common | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 658bfa320484 -r cc2cf905fbc4 editors/xemacs-current/Makefile.common
--- a/editors/xemacs-current/Makefile.common Tue Nov 13 02:52:06 2007 +0000
+++ b/editors/xemacs-current/Makefile.common Tue Nov 13 04:07:42 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2007/11/12 01:48:47 uebayasi Exp $
+# $NetBSD: Makefile.common,v 1.2 2007/11/13 04:07:42 dan Exp $
DISTNAME= xemacs-21.5.27
@@ -11,11 +11,11 @@
CONFLICTS+= gnuclient-[0-9]*
-DESCR_SRC= ../../editors/xemacs-current/DESCR
-PLIST_SRC= ../../editors/xemacs-current/PLIST
-DISTINFO_FILE= ../../editors/xemacs-current/distinfo
-FILESDIR= ../../editors/xemacs-current/files
-PATCHDIR= ../../editors/xemacs-current/patches
+DESCR_SRC= ${.CURDIR}/../../editors/xemacs-current/DESCR
+PLIST_SRC= ${.CURDIR}/../../editors/xemacs-current/PLIST
+DISTINFO_FILE= ${.CURDIR}/../../editors/xemacs-current/distinfo
+FILESDIR= ${.CURDIR}/../../editors/xemacs-current/files
+PATCHDIR= ${.CURDIR}/../../editors/xemacs-current/patches
EMACSVERSION= 21.5-b27
PLIST_SUBST+= EMACSVER=xemacs-${EMACSVERSION}
Home |
Main Index |
Thread Index |
Old Index