diff options
author | markd <markd@pkgsrc.org> | 2011-07-03 07:08:27 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2011-07-03 07:08:27 +0000 |
commit | 2a2a962b635f61116b27931182188a23c4f0bf65 (patch) | |
tree | add871bcf4d2c4aa2f8463ab54e614dc73c0f1d5 /emulators/dynagen/Makefile | |
parent | b0439978665061d0bf8434852489fc7a58c564dc (diff) | |
download | pkgsrc-2a2a962b635f61116b27931182188a23c4f0bf65.tar.gz |
/usr/bin/env cleanup.
Diffstat (limited to 'emulators/dynagen/Makefile')
-rw-r--r-- | emulators/dynagen/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile index 49801e9b449..7057fe1d242 100644 --- a/emulators/dynagen/Makefile +++ b/emulators/dynagen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2010/02/10 19:17:37 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/07/03 07:08:27 markd Exp $ DISTNAME= dynagen-0.11.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dyna-gen/} @@ -16,7 +16,8 @@ DEPENDS+= dynamips>=0.2.8rc1:../../emulators/dynamips NO_BUILD= yes PY_PATCHPLIST= yes -REPLACE_PYTHON+= dynagen confConsole.py console.py dynamips_lib.py pemu_lib.py +REPLACE_PYTHON+= dynagen confConsole.py console.py dynamips_lib.py pemu_lib.py \ + pemubin.py pemuwrapper.py SUBST_CLASSES+= paths SUBST_STAGE.paths= post-patch |