aboutsummaryrefslogtreecommitdiff
path: root/sysutils/shlock
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-12 21:03:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-12 21:03:18 +0000
commitee5d55c78171dfd2bbc93a8f183d1cf7157d41fc (patch)
treeb4a0557e7f28c46e7494f737bac135244be4163f /sysutils/shlock
parenteabe4c37550b0c1ae95ced7e8aa8cabc7806d8ce (diff)
downloadports-ee5d55c78171dfd2bbc93a8f183d1cf7157d41fc.tar.gz
ports-ee5d55c78171dfd2bbc93a8f183d1cf7157d41fc.zip
Update to 2.6.3
- Clean up Makefile
Notes
Notes: svn path=/head/; revision=492804
Diffstat (limited to 'sysutils/shlock')
-rw-r--r--sysutils/shlock/Makefile16
-rw-r--r--sysutils/shlock/distinfo6
2 files changed, 10 insertions, 12 deletions
diff --git a/sysutils/shlock/Makefile b/sysutils/shlock/Makefile
index 546f9ef0ee26..de91563923d8 100644
--- a/sysutils/shlock/Makefile
+++ b/sysutils/shlock/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= shlock
-PORTVERSION= 2.6.2
+PORTVERSION= 2.6.3
CATEGORIES= sysutils
MASTER_SITES= ISC/inn
DISTNAME= inn-${PORTVERSION}
@@ -12,20 +12,18 @@ COMMENT= Create lock files for use in shell scripts
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= ac_cv_path_PERL="${TRUE}"
-CONFIGURE_ARGS= --disable-shared
ALL_TARGET= all-lib
+CONFIGURE_ARGS= --disable-shared
+CONFIGURE_ENV= ac_cv_path_PERL="${TRUE}"
+GNU_CONFIGURE= yes
PLIST_FILES= bin/shlock man/man1/shlock.1.gz
post-build:
- @(cd ${WRKSRC}/backends && ${DO_MAKE_BUILD} shlock)
+ @${DO_MAKE_BUILD} -C ${WRKSRC}/backends shlock
do-install:
- (cd ${WRKSRC}/backends && ${WRKSRC}/libtool --mode=install \
- ${INSTALL_PROGRAM} shlock ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC}/doc/man && ${INSTALL_MAN} shlock.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
+ ${INSTALL_PROGRAM} ${WRKSRC}/backends/shlock ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/shlock.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/sysutils/shlock/distinfo b/sysutils/shlock/distinfo
index c996d9f33530..ee58c6a42d1c 100644
--- a/sysutils/shlock/distinfo
+++ b/sysutils/shlock/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522332306
-SHA256 (inn-2.6.2.tar.gz) = f70ee423765d39efc0b1727e0ac2ed9e1ed1de833a96130ae890eb5e6cdf41d0
-SIZE (inn-2.6.2.tar.gz) = 2580884
+TIMESTAMP = 1550004023
+SHA256 (inn-2.6.3.tar.gz) = bd914ac421f8e71a36dc95cef0655a05dd162eb68f5893cc4028642209015256
+SIZE (inn-2.6.3.tar.gz) = 2586168