pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/ce-doc Moved the pkgsrc substitutions before t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/287c45e7fe8b
branches:  trunk
changeset: 519448:287c45e7fe8b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 03 05:30:04 2006 +0000

description:
Moved the pkgsrc substitutions before the configure stage, so they
actually take effect. Bumped PKGREVISION.

diffstat:

 editors/ce-doc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r bbc9f7398f0d -r 287c45e7fe8b editors/ce-doc/Makefile
--- a/editors/ce-doc/Makefile   Tue Oct 03 04:19:22 2006 +0000
+++ b/editors/ce-doc/Makefile   Tue Oct 03 05:30:04 2006 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2006/07/31 21:13:33 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2006/10/03 05:30:04 rillig Exp $
 #
 
 .include "../../editors/ce/Makefile.common"
 
 PKGNAME=               ce-doc-${VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 COMMENT+=              , documentation
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
@@ -17,7 +17,7 @@
 INSTALLATION_DIRS=     bin share/doc/ce
 
 SUBST_CLASSES+=                paths
-SUBST_STAGE.paths=     do-configure
+SUBST_STAGE.paths=     pre-configure
 SUBST_FILES.paths=     teach-ce.in
 SUBST_SED.paths=       -e 's|@LN@|${LN}|g'
 SUBST_SED.paths+=      -e '1s,/bin/bash,'${SH:Q}','



Home | Main Index | Thread Index | Old Index