diff options
author | jlam <jlam> | 2006-07-13 15:13:25 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-13 15:13:25 +0000 |
commit | e7678f064e8e157a0da9aee635fd8ff0b45ef65c (patch) | |
tree | a3cc2fafc63cfbcc2c004510cb82049889b64c1f | |
parent | 6b8eafc56458932356de2f6d5052b3628f606e97 (diff) | |
download | pkgsrc-e7678f064e8e157a0da9aee635fd8ff0b45ef65c.tar.gz |
replace-interpreter happens during the configure step, so don't set
NO_CONFIGURE.
-rw-r--r-- | www/album/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/album/Makefile b/www/album/Makefile index 84bf2abe02b..2e21ef21879 100644 --- a/www/album/Makefile +++ b/www/album/Makefile @@ -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 @@ MY_SCRIPT= album 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 |