diff options
author | obache <obache> | 2014-02-14 12:08:34 +0000 |
---|---|---|
committer | obache <obache> | 2014-02-14 12:08:34 +0000 |
commit | 4e413acc074950834626fc7271696957c9fb2e15 (patch) | |
tree | bf67b19a9063c32344f9dc3ec539dd9a6524e300 /misc | |
parent | 96faca36f7f3f8fb60b4577957f72ef999edf5a9 (diff) | |
download | pkgsrc-4e413acc074950834626fc7271696957c9fb2e15.tar.gz |
define NO_BUILD instead of empty do-build target.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/whohas/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/whohas/Makefile b/misc/whohas/Makefile index e1ae1ccba82..b482dd6fce8 100644 --- a/misc/whohas/Makefile +++ b/misc/whohas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/02/14 12:05:28 obache Exp $ +# $NetBSD: Makefile,v 1.13 2014/02/14 12:08:34 obache Exp $ # DISTNAME= whohas-0.29 @@ -20,8 +20,7 @@ REPLACE_PERL= program/whohas INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \ share/doc/whohas -do-build: - # nothing +NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin |