diff options
author | markd <markd> | 2011-07-03 07:08:27 +0000 |
---|---|---|
committer | markd <markd> | 2011-07-03 07:08:27 +0000 |
commit | 5a7a60741b7ab538112c0917698b992116318f25 (patch) | |
tree | add871bcf4d2c4aa2f8463ab54e614dc73c0f1d5 /emulators | |
parent | 82768704b0d12717eb9e7d156cafbb9129eb2287 (diff) | |
download | pkgsrc-5a7a60741b7ab538112c0917698b992116318f25.tar.gz |
/usr/bin/env cleanup.
Diffstat (limited to 'emulators')
-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 |