Page MenuHomeFreeBSD

D51936.diff
No OneTemporary

D51936.diff

diff --git a/Mk/Uses/cabal.mk b/Mk/Uses/cabal.mk
--- a/Mk/Uses/cabal.mk
+++ b/Mk/Uses/cabal.mk
@@ -72,6 +72,12 @@
. endif
. endfor
+# The file including the USE_CABAL. To regenerate it it's required to run:
+# 1) make cabal-extract
+# 2) make cabal-configure
+# 3) make make-use-cabal > Makefile.cabal
+.sinclude "${MASTERDIR}/Makefile.cabal"
+
. if defined(CABAL_PROJECT) && !${_cabal_project_valid_VALUES:M${CABAL_PROJECT}}
IGNORE= CABAL_PROJECT: invalid value: ${CABAL_PROJECT}
. endif
diff --git a/www/hs-postgrest/Makefile b/www/hs-postgrest/Makefile
--- a/www/hs-postgrest/Makefile
+++ b/www/hs-postgrest/Makefile
@@ -39,12 +39,6 @@
POSTGREST_GROUP=${POSTGREST_GROUP} \
POSTGREST_USER=${POSTGREST_USER}
-# This file includes the USE_CABAL. To regenerate it it's required to run:
-# 1) make cabal-extract
-# 2) make cabal-configure
-# 3) make make-use-cabal && paste the USE_CABAL section to Makefile.modules
-.include "Makefile.modules"
-
POSTGREST_GROUP?= postgrest
POSTGREST_USER?= postgrest
diff --git a/www/hs-postgrest/Makefile.modules b/www/hs-postgrest/Makefile.cabal
rename from www/hs-postgrest/Makefile.modules
rename to www/hs-postgrest/Makefile.cabal

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 5, 2:01 AM (3 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35981120
Default Alt Text
D51936.diff (1 KB)

Event Timeline