mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix plist.
PR: 81833 Submitted-by: Vasil Dimov <vd@datamax.bg>
This commit is contained in:
parent
a119f9d0a2
commit
1a8dc22293
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136803
2 changed files with 10 additions and 3 deletions
|
@ -17,14 +17,19 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= obrien@FreeBSD.org
|
MAINTAINER= obrien@FreeBSD.org
|
||||||
COMMENT= Adaptec ASR RAID Management Software
|
COMMENT= Adaptec ASR RAID Management Software
|
||||||
|
|
||||||
BROKEN= Incomplete pkg-plist
|
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
BINS= dptcom dpteng dptscom dptsig raidutil dptmgr
|
BINS= dptcom dpteng dptscom dptsig raidutil dptmgr
|
||||||
|
|
||||||
|
.if !exists(${X11BASE}/lib/libXm.so.1)
|
||||||
|
# we shall install our own libXm.so.1, enable it in pkg-plist
|
||||||
|
PLIST_SUB+= LIBXM=""
|
||||||
|
.else
|
||||||
|
PLIST_SUB+= LIBXM="@comment "
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 500000
|
.if ${OSVERSION} >= 500000
|
||||||
|
|
|
@ -16,4 +16,6 @@ dpt/dptscom
|
||||||
dpt/dptsig
|
dpt/dptsig
|
||||||
dpt/raidutil
|
dpt/raidutil
|
||||||
dpt/read.me
|
dpt/read.me
|
||||||
../X11R6/lib/libXm.so.1
|
%%LIBXM%%@cwd %%X11BASE%%
|
||||||
|
%%LIBXM%%lib/libXm.so.1
|
||||||
|
@dirrm dpt
|
||||||
|
|
Loading…
Add table
Reference in a new issue