mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -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
|
||||
COMMENT= Adaptec ASR RAID Management Software
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_XLIB= yes
|
||||
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>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
|
|
|
@ -16,4 +16,6 @@ dpt/dptscom
|
|||
dpt/dptsig
|
||||
dpt/raidutil
|
||||
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