summaryrefslogtreecommitdiff
path: root/editors/ce-doc
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-01-08 07:46:15 +0000
committerschmonz <schmonz>2005-01-08 07:46:15 +0000
commit219d7866adf6973e15f58b9fe7caa1da2e41ab5b (patch)
treedd579ef67c185537b57ae87f9c59115f1aa89ddf /editors/ce-doc
parent6cc9059dcecceca39ca9fdd74f31e21ab15c8d95 (diff)
downloadpkgsrc-219d7866adf6973e15f58b9fe7caa1da2e41ab5b.tar.gz
Update to 4.5. No changelog available, and diffs are extensive.
Many (most?) are to take more care with types and declarations.
Diffstat (limited to 'editors/ce-doc')
-rw-r--r--editors/ce-doc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile
index a3dd8ce6f1f..3a8c46c88da 100644
--- a/editors/ce-doc/Makefile
+++ b/editors/ce-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/07/28 17:24:59 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/08 07:46:15 schmonz Exp $
#
.include "../ce/Makefile.common"
@@ -16,8 +16,7 @@ INSTALLATION_DIRS= bin share/doc/ce
SUBST_CLASSES+= paths
SUBST_STAGE.paths= do-configure
-SUBST_FILES.paths= teach-ce
-SUBST_SED.paths= -e 's|@LN@|${LN}|g' -e 's|@PREFIX@|${PREFIX}|g'
-SUBST_SED.paths+= -e 's|@LOCALBASE@|${LOCALBASE}|g'
+SUBST_FILES.paths= teach-ce.in
+SUBST_SED.paths= -e 's|@LN@|${LN}|g'
.include "../../mk/bsd.pkg.mk"