diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 21:48:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 21:48:58 +0000 |
commit | 404c5bc0adf1610863b532d27e2ed93f180ce46c (patch) | |
tree | 2438d42271b8f1d29a319ab0315b6e84e0cec1f9 /security/ftimes/files/patch-etc::Makefile.in | |
parent | - Update to 2.7.7-8 (diff) |
- Update to 3.4.0
PR: ports/66362
Submitted by: klm <klm@uidzero.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=108769
Diffstat (limited to '')
-rw-r--r-- | security/ftimes/files/patch-etc::Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/ftimes/files/patch-etc::Makefile.in b/security/ftimes/files/patch-etc::Makefile.in new file mode 100644 index 000000000000..be64409aaabc --- /dev/null +++ b/security/ftimes/files/patch-etc::Makefile.in @@ -0,0 +1,18 @@ +--- etc/Makefile.in.orig Fri May 7 17:13:58 2004 ++++ etc/Makefile.in Fri May 7 17:14:09 2004 +@@ -27,7 +27,6 @@ + get.cfg.sample\ + mapfull.cfg.sample\ + maplean.cfg.sample\ +- nph-ftimes.cfg.sample\ + put.cfg.sample + DST_FILES =\ + ${etcdir}/digfull.cfg.sample\ +@@ -35,7 +34,6 @@ + ${etcdir}/get.cfg.sample\ + ${etcdir}/mapfull.cfg.sample\ + ${etcdir}/maplean.cfg.sample\ +- ${etcdir}/nph-ftimes.cfg.sample\ + ${etcdir}/put.cfg.sample + + all: ${SRC_FILES} |