summaryrefslogtreecommitdiff
path: root/editors/ce-doc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-01-08 07:46:15 +0000
committerschmonz <schmonz@pkgsrc.org>2005-01-08 07:46:15 +0000
commit697342268ce2d4baf4abc15c4fbbd7d7217f1c6f (patch)
treedd579ef67c185537b57ae87f9c59115f1aa89ddf /editors/ce-doc
parent09d455c6ee09a0a1b7f0f6394fca1adc6eb88eab (diff)
downloadpkgsrc-697342268ce2d4baf4abc15c4fbbd7d7217f1c6f.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"