diff options
-rw-r--r-- | emulators/gsnes9x/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/gsnes9x/Makefile b/emulators/gsnes9x/Makefile index 8c94b8539924..4926b77ecf1f 100644 --- a/emulators/gsnes9x/Makefile +++ b/emulators/gsnes9x/Makefile @@ -27,8 +27,8 @@ CONFIGURE_ARGS= --without-included-gettext \ --with-esd .if defined(NOPORTDOCS) -pre-install: - ${INSTALL_DATA} ${FILESDIR}/PLIST.nodocs ${PKGDIR}/PLIST + +PLIST= ${FILESDIR}/PLIST.nodocs do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/GSnes9x ${PREFIX}/bin @@ -43,8 +43,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/pixmaps/gsnes9x-icon.png \ ${PREFIX}/share/gnome/pixmaps .else -pre-install: - ${INSTALL_DATA} ${FILESDIR}/PLIST.docs ${PKGDIR}/PLIST +PLIST= ${FILESDIR}/PLIST.docs .endif .include <bsd.port.mk> |