1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net-p2p/uhub/files/patch-GNUmakefile
Michael Scheidell e78467637d - Update to 0.4.0
- Honour CC and CFLAGS
- Convert to OPTIONSNG
- Add SQLite dependency
- Add DEBUG OPTION
- Use DISTFILES over DISTNAME/WRKSRC override
- Add LICENSE
- Use USE_OPENSSL
- Fix PORTLINT warnings

PR:		ports/168855
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer (timeout, 58 days)
2012-08-06 10:28:27 +00:00

13 lines
583 B
Plaintext

--- ./GNUmakefile.orig 2012-06-09 00:35:21.000000000 +1000
+++ ./GNUmakefile 2012-06-09 00:37:17.000000000 +1000
@@ -365,8 +365,8 @@
@if [ ! -f $(UHUB_CONF_DIR)/rules.txt ]; then cp doc/rules.txt $(UHUB_CONF_DIR); fi
@if [ ! -f $(UHUB_CONF_DIR)/plugins.conf ]; then cp doc/plugins.conf $(UHUB_CONF_DIR); fi
@if [ ! -d $(UHUB_MOD_DIR) ]; then echo Creating $(UHUB_MOD_DIR); mkdir -p $(UHUB_MOD_DIR); fi
+ @if [ ! -f $(UHUB_CONF_DIR)/motd.txt ]; then touch $(UHUB_CONF_DIR)/motd.txt; fi
@cp -f mod_*.so $(UHUB_MOD_DIR)
- @touch $(UHUB_CONF_DIR)/motd.txt
@echo done.
endif