summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-03-15 01:58:35 +0000
committerfredb <fredb@pkgsrc.org>2002-03-15 01:58:35 +0000
commit79f44694e6ff9165a462ea04c9b06e07869aa285 (patch)
tree044f5eddfab7450badcc6aae957fee645a79e1c8 /editors/xemacs
parent8017a09c098cf604d3d33eb65eabd3073624c02d (diff)
downloadpkgsrc-79f44694e6ff9165a462ea04c9b06e07869aa285.tar.gz
Omitted this in last commit.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 9d371ddb1f7..d3c101e0323 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2002/03/15 01:48:06 fredb Exp $
+# $NetBSD: Makefile,v 1.40 2002/03/15 01:58:35 fredb Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
DISTNAME= xemacs-21.1.14
@@ -32,14 +32,14 @@ BUILD_DEFS+= USE_LDAP USE_XFACE
DIST_SUBDIR= xemacs
EXTRA_FILES= ${DISTNAME}-elc.tar.gz ${DISTNAME}-info.tar.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-PLIST_SUBST+= DISTNAME
+PLIST_SUBST+= DISTNAME="${DISTNAME}"
.include "../../mk/bsd.prefs.mk"
.if defined(MANZ)
-PLIST_SUBST+= ELSUFX=.gz
+PLIST_SUBST+= ELSUFX='.gz'
.else
-PLIST_SUBST+= ELSUFX=
+PLIST_SUBST+= ELSUFX=''
.endif
.if (${XAW_TYPE} == "standard")