summaryrefslogtreecommitdiff
path: root/lang/eieio
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /lang/eieio
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'lang/eieio')
-rw-r--r--lang/eieio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile
index 64dcc57435d..c8f4cf0f1b4 100644
--- a/lang/eieio/Makefile
+++ b/lang/eieio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/08/28 04:25:30 uebayasi Exp $
+# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:24 rillig Exp $
#
DISTNAME= eieio-0.17
@@ -16,9 +16,9 @@ COMMENT= Enhanced Integration of Emacs Interpreted Objects
DEPENDS+= xemacs-packages-[0-9]*:../../editors/xemacs-packages
.endif
-MAKEFLAGS+= EMACS=${EMACS_BIN}
+MAKEFLAGS+= EMACS=${EMACS_BIN:Q}
-NO_CONFIGURE= # set
+NO_CONFIGURE= yes
USE_TOOLS+= gmake
INFO_FILES= eieio.info