Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164791962
D51936.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D51936.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D51936: Mk/Uses/cabal.mk: Support for USE_CABAL in separate Makefile.cabal
Attached
Detach File
Event Timeline
Log In to Comment