diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
commit | f7f940d1c208204ac24ad6ff688d6318d93ace49 (patch) | |
tree | 20f62f950e0b1651962082664a63613c48d670cd /devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile | |
parent | Bump port revision by the former commit. (diff) |
- Update to 2.2.2
Notes
Notes:
svn path=/head/; revision=226034
Diffstat (limited to 'devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile')
-rw-r--r-- | devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile b/devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile new file mode 100644 index 000000000000..ddfd7f2ab5df --- /dev/null +++ b/devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile @@ -0,0 +1,28 @@ +--- packages/fcl-db/Makefile 2009-01-07 21:56:28.000000000 -0500 ++++ packages/fcl-db/Makefile 2009-01-07 22:18:51.000000000 -0500 +@@ -2203,17 +2203,17 @@ + endif + $(INSTALLEXE) $(INSTALLEXEFILES) $(INSTALL_BINDIR) + endif +-ifdef INSTALL_CREATEPACKAGEFPC +-ifdef FPCMAKE +-ifdef PACKAGE_VERSION +-ifneq ($(wildcard Makefile.fpc),) ++#ifdef INSTALL_CREATEPACKAGEFPC ++#ifdef FPCMAKE ++#ifdef PACKAGE_VERSION ++#ifneq ($(wildcard Makefile.fpc),) + $(FPCMAKE) -p -T$(CPU_TARGET)-$(OS_TARGET) Makefile.fpc + $(MKDIR) $(INSTALL_UNITDIR) + $(INSTALL) Package.fpc $(INSTALL_UNITDIR) +-endif +-endif +-endif +-endif ++#endif ++#endif ++#endif ++#endif + ifdef INSTALLPPUFILES + $(MKDIR) $(INSTALL_UNITDIR) + $(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR) |