diff options
-rw-r--r-- | emulators/fs-uae-launcher/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 9696a3a84f7..de0537487cd 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2019/11/18 20:01:03 adam Exp $ +# $NetBSD: Makefile,v 1.15 2020/05/20 23:14:33 mef Exp $ DISTNAME= fs-uae-launcher-3.0.2 CATEGORIES= emulators @@ -32,14 +32,6 @@ REPLACE_PYTHON+= fs-uae-launcher INSTALLATION_DIRS+= bin -SUBST_CLASSES+= prefix -SUBST_MESSAGE.prefix= Fixing installation prefix. -SUBST_STAGE.prefix= pre-configure -SUBST_FILES.prefix= Makefile -SUBST_FILES.prefix+= fs_uae_launcher/FSUAELauncher.py -SUBST_FILES.prefix+= game_center/gamecenterutil.py -SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},' - post-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${INSTALL_MAKE_FLAGS} \ -f ${MAKE_FILE} ${INSTALL_TARGET} |