From d8ddaccc2f9bd98848eae7f233c646d1813fc40c Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 23 Jun 2015 16:33:46 +0000 Subject: - Fix library installation - Check OPSYS along with OSVERSION --- sysutils/hpacucli/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/hpacucli') diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile index 80be0039c9d0..5cf191cabeeb 100644 --- a/sysutils/hpacucli/Makefile +++ b/sysutils/hpacucli/Makefile @@ -3,7 +3,7 @@ PORTNAME= hpacucli PORTVERSION= 7.50 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= LOCAL/brooks @@ -24,7 +24,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${APP_PREFIX} - ${CP} -a ${WRKSRC}/lib* ${STAGEDIR}${APP_PREFIX} + ${INSTALL_LIB} ${WRKSRC}/lib*.so ${STAGEDIR}${APP_PREFIX} ${INSTALL_PROGRAM} ${WRKSRC}/.${PORTNAME} ${STAGEDIR}${PREFIX}/libexec ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin @@ -32,7 +32,7 @@ do-install: .if ${ARCH} == amd64 USE_LDCONFIG32= ${APP_PREFIX} -. if ${OSVERSION} < 1000019 +. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000019 BROKEN= currently does not work on amd64 (see PR ports/128288) . endif .else -- cgit rts-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/opentsdb/files
Commit message (Expand)AuthorAgeFilesLines
* databases/opentsdb: rc script should allow JVMARGS to be setkbowling2019-03-011-1/+3
* Fix build as a user. Again.mat2016-02-232-3/+16
* databases/opentsdb: update to 2.2.0rene2016-02-223-19/+6
* - Fix wrong path searching for logback.xmlmiwi2016-01-061-2/+5
* - Update to 2.1.3miwi2015-12-291-16/+4