pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xemacs Fix inverted test for compressing the "...
details: https://anonhg.NetBSD.org/pkgsrc/rev/33896d4b54e5
branches: trunk
changeset: 541771:33896d4b54e5
user: tron <tron%pkgsrc.org@localhost>
date: Fri Apr 25 17:58:24 2008 +0000
description:
Fix inverted test for compressing the ".el" files.
diffstat:
editors/xemacs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r d1a9f66050df -r 33896d4b54e5 editors/xemacs/Makefile
--- a/editors/xemacs/Makefile Fri Apr 25 17:53:48 2008 +0000
+++ b/editors/xemacs/Makefile Fri Apr 25 17:58:24 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2008/04/24 15:37:00 jlam Exp $
+# $NetBSD: Makefile,v 1.87 2008/04/25 17:58:24 tron Exp $
PKGNAME?= ${DISTNAME}
COMMENT?= XEmacs text editor version 21
@@ -91,11 +91,11 @@
.if defined(MANZ)
PLIST_SUBST+= ELSUFX='.gz'
-.else
-PLIST_SUBST+= ELSUFX=''
post-install:
find ${DESTDIR}${LIBDIR} -name "*.el" -type f -print | xargs ${GZIP_CMD}
+.else
+PLIST_SUBST+= ELSUFX=''
.endif
.include "../../databases/gdbm/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index