diff options
| author | John Marino <marino@FreeBSD.org> | 2015-10-30 10:48:43 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-10-30 10:48:43 +0000 |
| commit | 15f1cc9a6c0e9edb69fb2db2d5aae8d22543762a (patch) | |
| tree | 037d61b78b1220be8074c0797a0d99eb25808b7b /java | |
| parent | 040e29e1fb08f3cf53ee72cf0df268c33a4b3203 (diff) | |
Notes
Diffstat (limited to 'java')
| -rw-r--r-- | java/sigar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sigar/Makefile b/java/sigar/Makefile index 5172593d6d9e..1451ccaf6952 100644 --- a/java/sigar/Makefile +++ b/java/sigar/Makefile @@ -3,7 +3,7 @@ PORTNAME= sigar PORTVERSION= 1.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel PKGNAMEPREFIX= java- @@ -41,7 +41,7 @@ PLATFORM_VER= 9 BROKEN= ${OPSYS} platform is not supported .endif -LIBNAME= libsigar-${ARCH:S,i386,x86,}-freebsd-${LATFORM_VER}.so +LIBNAME= libsigar-${ARCH:S,i386,x86,}-${OPSYS:tl}-${PLATFORM_VER}.so PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ %%JAVAJARDIR%%/${LIBNAME} |
