summaryrefslogtreecommitdiff
path: root/editors/ed
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ed')
-rw-r--r--editors/ed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile
index 25643a2997a..c1c8fea3dd2 100644
--- a/editors/ed/Makefile
+++ b/editors/ed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/20 18:15:38 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2007/02/22 19:26:25 wiz Exp $
DISTNAME= ed-0.2
PKGREVISION= 1
@@ -22,7 +22,7 @@ INFO_FILES= # PLIST
# the ./configure accepts --program-prefix, but doesn't use
MAKE_ENV+= binprefix=${GNU_PROGRAM_PREFIX:Q}
.endif
-PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
-BUILD_DEFS+= GNU_PROGRAM_PREFIX
+PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
+BUILD_DEFS+= GNU_PROGRAM_PREFIX
.include "../../mk/bsd.pkg.mk"