diff options
author | fredb <fredb@pkgsrc.org> | 2001-05-04 02:41:09 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-05-04 02:41:09 +0000 |
commit | ebdbc9fe6eff33b8751afb9ee002e9dda703ae1a (patch) | |
tree | be79450327178d25b2b33e2b87bd8e81868b8c8c /www | |
parent | 9815bf4435122a68193b7aef54024fd5b1d03b61 (diff) | |
download | pkgsrc-ebdbc9fe6eff33b8751afb9ee002e9dda703ae1a.tar.gz |
Remove gratuitious input redirection from ${SED} statement.
Diffstat (limited to 'www')
-rw-r--r-- | www/chimera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 31ab019b0b2..92ee5bc3e6e 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/04 02:39:12 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/04 02:41:09 fredb Exp $ # DISTNAME= chimera-2.0a19 @@ -19,7 +19,7 @@ pre-configure: -e 's|@@LOCALBASE@@|${LOCALBASE}|' \ -e 's|@@PREFIX@@|${PREFIX}|' \ -e 's|@@X11BASE@@|${X11BASE}|' \ - < Common.tmpl.dist > Common.tmpl + Common.tmpl.dist > Common.tmpl post-install: ${INSTALL_DATA_DIR} ${X11PREFIX}/share/doc/chimera |