summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-05 09:23:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-05 09:23:09 +0000
commit545cbf702943d271d6f806e07fa741eb76d20115 (patch)
treed8f28719b6c52c4b4849ce7303bce41689ee952c
parentDont overwrite conf file on upgrades (diff)
Correct the previous revision
Notes
Notes: svn path=/head/; revision=214341
-rw-r--r--comms/smstools/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/comms/smstools/Makefile b/comms/smstools/Makefile
index f17042ea7140..5ccb5044e373 100644
--- a/comms/smstools/Makefile
+++ b/comms/smstools/Makefile
@@ -53,7 +53,4 @@ post-install:
.endif
@${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/scripts/,} ${PREFIX}/bin
-#post-install:
- @${INSTALL_DATA} ${WRKSRC}/examples/smsd.conf.easy ${PREFIX}/etc/smsd.conf
-
.include <bsd.port.mk>