mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
e78467637d
- 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)
13 lines
583 B
Plaintext
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
|
|
|