summaryrefslogtreecommitdiff
path: root/security/otpCalc/patches
diff options
context:
space:
mode:
authorryoon <ryoon>2013-06-09 08:52:27 +0000
committerryoon <ryoon>2013-06-09 08:52:27 +0000
commit2a5691c3fd5366a87abdbe27985365859d226a12 (patch)
tree6e3b8013891e308250cf5c4ce24ab3fca21c39ca /security/otpCalc/patches
parentfeedc23b7334f467d78f19a751a040e5f8494115 (diff)
downloadpkgsrc-2a5691c3fd5366a87abdbe27985365859d226a12.tar.gz
Update to 0.97
* Update HOMEPAGE and MASTER_SITES. * Convert custom do-install taget to patch to Makefile.in. Changelog: version 0.97 * Case insensitivity when responding to S/KEY challenges. RFC1760 does not mention case sensitivity, but I've received a report of a server implementation that is case sensitive. OTP behavior is unchanged.
Diffstat (limited to 'security/otpCalc/patches')
-rw-r--r--security/otpCalc/patches/patch-Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/otpCalc/patches/patch-Makefile.in b/security/otpCalc/patches/patch-Makefile.in
new file mode 100644
index 00000000000..4c651a104cc
--- /dev/null
+++ b/security/otpCalc/patches/patch-Makefile.in
@@ -0,0 +1,17 @@
+$NetBSD: patch-Makefile.in,v 1.1 2013/06/09 08:52:27 ryoon Exp $
+
+--- Makefile.in.orig 2004-11-24 06:44:12.000000000 +0000
++++ Makefile.in
+@@ -29,8 +29,10 @@ distclean: clean
+ rm -f Makefile config.h config.status config.cache config.log
+
+ install: otpCalc otpCalc.1
+- install -m 755 -o root -g root otpCalc $(bindir)/$(NAME)
+- install -m 644 -o root -g root otpCalc.1 $(mandir)/man1/$(NAME).1
++ ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}$(bindir)
++ ${BSD_INSTALL_PROGRAM} otpCalc ${DESTDIR}$(bindir)/$(NAME)
++ ${BSD_INSTALL_MAN_DIR} ${DESTDIR}$(mandir)/man1
++ ${BSD_INSTALL_MAN} otpCalc.1 ${DESTDIR}$(mandir)/man1/$(NAME).1
+
+ dist: distclean
+ ( cd ..; \