mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix pkg-plist errors (resulting in a conflict with the x11/props port).
Flagged by: pav
This commit is contained in:
parent
bec2057077
commit
ff3d9ce262
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291455
@ -18,6 +18,8 @@ EXTRACT_ONLY= # empty
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= OpenLook applications and man pages
|
||||
|
||||
CONFLICTS= props-1.0
|
||||
|
||||
PATCH_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:patch
|
||||
CONFIGURE_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../xview:configure
|
||||
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
||||
@ -27,7 +29,8 @@ USE_XORG= x11 xext
|
||||
WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../xview/work/${DISTNAME}
|
||||
ALL_TARGET= Clients
|
||||
|
||||
MAN1= clock.1 cmdtool.1 olwm.1 olwmslave.1 shelltool.1
|
||||
MAN1= clock.1 cmdtool.1 olwm.1 olwmslave.1 props.1 shelltool.1 \
|
||||
textedit.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
do-install:
|
||||
|
@ -2,7 +2,9 @@ bin/clock
|
||||
bin/cmdtool
|
||||
bin/olwm
|
||||
bin/olwmslave
|
||||
bin/props
|
||||
bin/shelltool
|
||||
bin/textedit
|
||||
lib/help/workspace.info
|
||||
lib/openwin-menu
|
||||
lib/openwin-menu-programs
|
||||
|
Loading…
Reference in New Issue
Block a user