pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/album replace-interpreter happens during the confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5e5a04ebff3
branches:  trunk
changeset: 516065:c5e5a04ebff3
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jul 13 15:13:25 2006 +0000

description:
replace-interpreter happens during the configure step, so don't set
NO_CONFIGURE.

diffstat:

 www/album/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 633dd87fe129 -r c5e5a04ebff3 www/album/Makefile
--- a/www/album/Makefile        Thu Jul 13 14:54:00 2006 +0000
+++ b/www/album/Makefile        Thu Jul 13 15:13:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:16 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/07/13 15:13:25 jlam Exp $
 #
 
 DISTNAME=      album
@@ -22,13 +22,11 @@
 
 USE_TOOLS+=    perl:run
 REPLACE_PERL=  ${MY_SCRIPT}
-
-NO_CONFIGURE=  YES
 NO_BUILD=      YES
 
 INSTALLATION_DIRS=     bin man/man1
 
-do-install:    replace-interpreter
+do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/${MY_SCRIPT} ${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/${MY_SCRIPT}.1 ${PREFIX}/man/man1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/album



Home | Main Index | Thread Index | Old Index