diff options
author | rillig <rillig@pkgsrc.org> | 2006-10-03 05:30:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-10-03 05:30:04 +0000 |
commit | ed7f331a1fecd862facef8d88e491d91bbfa4de6 (patch) | |
tree | b3a3580a65d2baed7ed1fee9febb4bbbb4e625fe /editors | |
parent | 22311f1a9452d5ae056b57c45c9c2f8c67c5d80e (diff) | |
download | pkgsrc-ed7f331a1fecd862facef8d88e491d91bbfa4de6.tar.gz |
Moved the pkgsrc substitutions before the configure stage, so they
actually take effect. Bumped PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ce-doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile index 334ff12a605..de061b30fdd 100644 --- a/editors/ce-doc/Makefile +++ b/editors/ce-doc/Makefile @@ -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 @@ INSTALL_TARGET= doc-install 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}',' |