diff options
Diffstat (limited to 'emulators/vgba-bin/Makefile')
-rw-r--r-- | emulators/vgba-bin/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index f047794b7d0a..6be8edbcead1 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -22,12 +22,6 @@ NO_WRKSUBDIR= no INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -.if defined(NOPORTDOCS) -PLIST_SUB+= PORTDOCS:="@comment " -.else -PLIST_SUB+= PORTDOCS:= -.endif # !defined(NOPORTDOCS) - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vgb ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/vgb-debug ${PREFIX}/bin |