freebsd-ports/databases/hs-hsql/files/patch-Makefile
2004-04-28 18:19:22 +00:00

13 lines
400 B
Text

--- Makefile.orig Sun Apr 11 17:38:33 2004
+++ Makefile Fri Apr 23 14:19:17 2004
@@ -154,8 +154,8 @@
rm -f $(GHC_DIR)/HSsql.o
$(GHC_PKG) -u -g -i hsql.pkg
if test -f $(DOCDIR)/index.html; then \
- $(INSTALL) -d $(DOC_DIR); \
- $(INSTALL) -c $(DOCDIR)/* $(DOC_DIR); \
+ $(INSTALL) -d ${DOCSDIR}; \
+ $(INSTALL) -c $(DOCDIR)/* ${DOCSDIR}; \
fi
install-hugs: $(HS_SRC) $(SO_SRC)