pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/make_album remove NO_CONFIGURE - REPLACE_PERL is h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9094bd53c2d2
branches:  trunk
changeset: 501488:9094bd53c2d2
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sun Oct 23 18:27:45 2005 +0000

description:
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:

 www/make_album/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 254ece658d64 -r 9094bd53c2d2 www/make_album/Makefile
--- a/www/make_album/Makefile   Sun Oct 23 18:12:24 2005 +0000
+++ b/www/make_album/Makefile   Sun Oct 23 18:27:45 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index