freebsd-ports/net/nakenchat/files/patch-Makefile
Wesley Shields 5ee1c05748 - Update to 2.12
- Pass maintainer to submitter
- Switch to new MASTER_SITES
- Add RC script
- Switch to OPTIONS
- Properly handle the configuration file
- Respect CC and CFLAGS

PR:		ports/128894
Submitted by:	Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
Approved by:	mike@mikekohn.net (maintainer)
2008-11-23 19:25:12 +00:00

16 lines
533 B
Text

--- ./Makefile.orig 2007-06-27 22:06:34.000000000 -0400
+++ ./Makefile 2008-11-23 14:24:11.028905510 -0500
@@ -30,12 +30,7 @@
@if [ ! -d $(PREFIX)/etc ]; then mkdir $(PREFIX)/etc; fi;
cp nakenchat $(PREFIX)/bin
cp nakenpasswd $(PREFIX)/bin
- @echo "cp nakenchat.conf $(PREFIX)/etc"
- @if [ -f $(PREFIX)/etc/nakenchat.conf ]; then \
- echo "$(PREFIX)/etc/nakenchat.conf exists."; \
- else \
- cp nakenchat.conf $(PREFIX)/etc; \
- fi
+ cp nakenchat.conf $(PREFIX)/etc/nakenchat.conf.sample;
clean:
cd src && make clean