diff --git a/stagit-gopher/Makefile b/stagit-gopher/Makefile index 13c14682bf..09ebcc6f78 100644 --- a/stagit-gopher/Makefile +++ b/stagit-gopher/Makefile @@ -11,10 +11,9 @@ LICENSE= mit USE_LANGUAGES= c99 -# Adjust config.mk SUBST_CLASSES+= makefile SUBST_STAGE.makefile= pre-configure -SUBST_MESSAGE.makefile= Fixing config.mk +SUBST_MESSAGE.makefile= Adjust config.mk SUBST_FILES.makefile= config.mk SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O2,,' SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,' diff --git a/stagit/Makefile b/stagit/Makefile index b7954f09b0..2eae15cab5 100644 --- a/stagit/Makefile +++ b/stagit/Makefile @@ -11,10 +11,9 @@ LICENSE= mit USE_LANGUAGES= c99 -# Adjust config.mk SUBST_CLASSES+= makefile SUBST_STAGE.makefile= pre-configure -SUBST_MESSAGE.makefile= Fixing config.mk +SUBST_MESSAGE.makefile= Adjust config.mk SUBST_FILES.makefile= config.mk SUBST_SED.makefile+= -e '/^CFLAGS/ s,-O2,,' SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'