diff options
Diffstat (limited to 'emulators/dynagui/Makefile')
-rw-r--r-- | emulators/dynagui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/dynagui/Makefile b/emulators/dynagui/Makefile index 3ae4bc257ff6..89176ad2d2fb 100644 --- a/emulators/dynagui/Makefile +++ b/emulators/dynagui/Makefile @@ -17,6 +17,7 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes IMGDIR= ${PREFIX}/share/${PORTNAME}/img +NO_STAGE= yes post-install: ${MKDIR} ${IMGDIR} ${INSTALL_DATA} ${WRKSRC}/img/* ${IMGDIR} |