summaryrefslogtreecommitdiff
path: root/editors/ce-doc/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-01-08 07:46:15 +0000
committerschmonz <schmonz>2005-01-08 07:46:15 +0000
commit57fcc288e9b8b63ab7e5b197a00d688049438c99 (patch)
treedd579ef67c185537b57ae87f9c59115f1aa89ddf /editors/ce-doc/Makefile
parent578c520d2812c91e78d15033c6c48dd8aacc9aba (diff)
downloadpkgsrc-57fcc288e9b8b63ab7e5b197a00d688049438c99.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/Makefile')
-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"