Update to 2.6.3
- Clean up Makefile
This commit is contained in:
parent
eabe4c3755
commit
ee5d55c781
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492804
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user