diff options
author | mef <mef@pkgsrc.org> | 2020-05-20 23:14:33 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-05-20 23:14:33 +0000 |
commit | 6f7e6a04f8bf38b4ea4e0bd28b335393ae682dc2 (patch) | |
tree | 0b5f7b60bca858f5a090b6e267218820b4bb5b4a | |
parent | 5b0703bf24f2b120a084e499bfa568efcbf6ba7a (diff) | |
download | pkgsrc-6f7e6a04f8bf38b4ea4e0bd28b335393ae682dc2.tar.gz |
(emulators/fs-uae-launcher) Remove Ignoring nonexistent file [subst.mk:prefix]
-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} |