summaryrefslogtreecommitdiff
path: root/editors/ce-doc
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-07-28 17:24:59 +0000
committerschmonz <schmonz@pkgsrc.org>2004-07-28 17:24:59 +0000
commite94ce402be2d1524ce7e7c42feeba9b342e061a7 (patch)
tree2f5d01e13af7f7f224ef65013f859abd1fdb5167 /editors/ce-doc
parent93db98a325fe4e9faa0418ffdea4e9a578d39948 (diff)
downloadpkgsrc-e94ce402be2d1524ce7e7c42feeba9b342e061a7.tar.gz
Enable pkgviews installation, and use subst.mk.
Diffstat (limited to 'editors/ce-doc')
-rw-r--r--editors/ce-doc/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile
index 7f236275d66..a3dd8ce6f1f 100644
--- a/editors/ce-doc/Makefile
+++ b/editors/ce-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 20:02:43 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/28 17:24:59 schmonz Exp $
#
.include "../ce/Makefile.common"
@@ -6,13 +6,18 @@
PKGNAME= ce-doc-${VERSION}
COMMENT+= , documentation
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
NO_BUILD= # defined
INSTALL_TARGET= doc-install
-post-configure:
- cd ${WRKSRC} && \
- ${SED} -e 's|@PREFIX@|${PREFIX}|g' teach-ce > teach-ce.tmp && \
- ${MV} teach-ce.tmp teach-ce
+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'
.include "../../mk/bsd.pkg.mk"