diff options
author | obache <obache@pkgsrc.org> | 2012-01-23 12:10:25 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-23 12:10:25 +0000 |
commit | 367d1e814eb17ceda08d0b77dc13ebeeae811d78 (patch) | |
tree | 19c52db83635cb97f7173925d9e04a9659a0530f | |
parent | 50bdccbff7fd6a2b9143051e857216c029f7951c (diff) | |
download | pkgsrc-367d1e814eb17ceda08d0b77dc13ebeeae811d78.tar.gz |
* NO_BUILD=yes instead of empty do-install target.
* no compiler langauges is used.
-rw-r--r-- | audio/amaroc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/amaroc/Makefile b/audio/amaroc/Makefile index 3715e6e0a79..cb51337d70a 100644 --- a/audio/amaroc/Makefile +++ b/audio/amaroc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/02/10 19:17:31 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2012/01/23 12:10:25 obache Exp $ # DISTNAME= amaroc-0.3 @@ -17,7 +17,9 @@ PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin share/doc/amaroc PYTHON_PATCH_SCRIPTS= amaroc.py -do-build: +NO_BUILD= yes + +USE_LANGUAGES= # none do-install: ${INSTALL_SCRIPT} ${WRKSRC}/amaroc.py ${DESTDIR}${PREFIX}/bin |