fix conflict with misc/deco by renaming deco.1 to xdeco.1
This commit is contained in:
parent
a859ac6fd9
commit
012236ddbf
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.10 2002/03/23 01:38:29 lebel Exp $
|
# $OpenBSD: Makefile,v 1.11 2002/03/26 21:51:41 lebel Exp $
|
||||||
|
|
||||||
COMMENT= "screen saver and locker for the X Window System"
|
COMMENT= "screen saver and locker for the X Window System"
|
||||||
|
|
||||||
@ -55,4 +55,8 @@ ERRORS+= "Fatal: Please choose either the gtk or motif flavor"
|
|||||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -pthread"
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -pthread"
|
||||||
MAKE_ENV+= ${CONFIGURE_ENV}
|
MAKE_ENV+= ${CONFIGURE_ENV}
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
# rename this man page so it doesn't conflict with misc/deco
|
||||||
|
@mv ${PREFIX}/man/man1/deco.1 ${PREFIX}/man/man1/xdeco.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.5 2002/03/23 01:38:29 lebel Exp $
|
@comment $OpenBSD: PLIST,v 1.6 2002/03/26 21:51:41 lebel Exp $
|
||||||
!%%no_gle%%
|
!%%no_gle%%
|
||||||
bin/xscreensaver
|
bin/xscreensaver
|
||||||
bin/xscreensaver-command
|
bin/xscreensaver-command
|
||||||
@ -307,7 +307,7 @@ man/man1/bubbles.1
|
|||||||
man/man1/bumps.1
|
man/man1/bumps.1
|
||||||
man/man1/critical.1
|
man/man1/critical.1
|
||||||
man/man1/decayscreen.1
|
man/man1/decayscreen.1
|
||||||
man/man1/deco.1
|
man/man1/xdeco.1
|
||||||
man/man1/distort.1
|
man/man1/distort.1
|
||||||
man/man1/drift.1
|
man/man1/drift.1
|
||||||
man/man1/epicycle.1
|
man/man1/epicycle.1
|
||||||
|
Loading…
Reference in New Issue
Block a user