Use MLINKS to install symlinks to manpages.
This commit is contained in:
parent
2cf2d24ca1
commit
f0fba91661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13654
@ -3,7 +3,7 @@
|
||||
# Date created: 29 Oct 1997
|
||||
# Whom: Kensaku Masuda <greg@greg.rim.or.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1998/08/07 23:56:24 asami Exp $
|
||||
# $Id: Makefile,v 1.6 1998/09/25 10:05:07 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cqcam-0.45a
|
||||
@ -16,5 +16,7 @@ MAINTAINER= ports@FreeBSD.ORG
|
||||
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
||||
|
||||
MAN1= cqcam.1
|
||||
MLINKS= cqcam.1 webcam.1 \
|
||||
cqcam.1 xcqcam.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,3 @@
|
||||
bin/cqcam
|
||||
bin/xcqcam
|
||||
bin/webcam
|
||||
@exec ln -s %D/man/man1/cqcam.1.gz %D/man/man1/webcam.1.gz
|
||||
@exec ln -s %D/man/man1/cqcam.1.gz %D/man/man1/xcqcam.1.gz
|
||||
@unexec rm %D/man/man1/webcam.1.gz
|
||||
@unexec rm %D/man/man1/xcqcam.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user