diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-10-23 18:27:45 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-10-23 18:27:45 +0000 |
commit | fd04002a2ae0becdc7dc2b1765b932f1a1e3ce22 (patch) | |
tree | 7bf6c9b8f58246d3e21a06019715177429b1891d /www | |
parent | c5966634ba8915f3e9d9c79989656c3fe16dec29 (diff) | |
download | pkgsrc-fd04002a2ae0becdc7dc2b1765b932f1a1e3ce22.tar.gz |
remove NO_CONFIGURE - REPLACE_PERL is handled in pre-configure stage,
without that /usr/bin/perl in the scripts doesn't get replaced with
/usr/pkg/bin/perl
reported in private e-mail by Pavel Trubl
Diffstat (limited to 'www')
-rw-r--r-- | www/make_album/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/make_album/Makefile b/www/make_album/Makefile index c52a766f8b3..e4a0475f0a6 100644 --- a/www/make_album/Makefile +++ b/www/make_album/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/09/28 12:30:35 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/23 18:27:45 jdolecek Exp $ # DISTNAME= make_album_1_6 @@ -18,7 +18,8 @@ MY_SCRIPTS= index_albums ingest make_album newimagedir populate_master USE_TOOLS+= perl:run REPLACE_PERL= ${MY_SCRIPTS} -NO_CONFIGURE= yes +# do not disable configure stage via NO_CONFIGURE - REPLACE_PERL is handled +# in pre-configure stage NO_BUILD= yes INSTALLATION_DIRS= bin lib |