1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Sync with a version that uses MLINKS.

This commit is contained in:
Tim Vanderhoek 1998-09-19 00:41:11 +00:00
parent daff718ba3
commit 791905a238
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13229
2 changed files with 3 additions and 20 deletions

View File

@ -3,7 +3,7 @@
# Date created: Mar 28, 1998
# Whom: dchapes@ddm.on.ca
#
# $Id: Makefile,v 1.6 1998/08/07 23:56:19 asami Exp $
# $Id: Makefile,v 1.7 1998/08/17 17:30:35 hoek Exp $
DISTNAME= vice-0.14.1
CATEGORIES= emulators
@ -26,6 +26,8 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -O3 -Wall -fomit-frame-pointer \
CONFIGURE_ARGS= --with-xaw3d
MAN1= vice.1 c1541.1 petcat.1
MLINKS= vice.1 x64.1 vice.1 xvic.1 vice.1 xpet.1 \
vice.1 recomment.1
pre-build:
@${ECHO} "NOTE: When compiling on FreeBSD some source files cause\
@ -37,16 +39,5 @@ post-install:
.for m in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/../man/${m:S/.1$/.man/} ${PREFIX}/man/man1/$m
.endfor
.if defined(NOMANCOMPRESS)
${LN} -sf vice.1 ${PREFIX}/man/man1/x64.1
${LN} -sf vice.1 ${PREFIX}/man/man1/xvic.1
${LN} -sf vice.1 ${PREFIX}/man/man1/xpet.1
${LN} -sf vice.1 ${PREFIX}/man/man1/recomment.1
.else
${LN} -sf vice.1.gz ${PREFIX}/man/man1/x64.1.gz
${LN} -sf vice.1.gz ${PREFIX}/man/man1/xvic.1.gz
${LN} -sf vice.1.gz ${PREFIX}/man/man1/xpet.1.gz
${LN} -sf vice.1.gz ${PREFIX}/man/man1/recomment.1.gz
.endif
.include <bsd.port.mk>

View File

@ -54,11 +54,3 @@ lib/vice/i386-unknown-freebsd2.2.5/xvic-0.14.1
@unexec rm %D/bin/xvic
@dirrm lib/vice/i386-unknown-freebsd2.2.5
@dirrm lib/vice
@exec ln -sf vice.1.gz %D/man/man1/x64.1.gz
@exec ln -sf vice.1.gz %D/man/man1/xvic.1.gz
@exec ln -sf vice.1.gz %D/man/man1/xpet.1.gz
@exec ln -sf vice.1.gz %D/man/man1/recomment.1.gz
@unexec rm %D/man/man1/x64.1.gz
@unexec rm %D/man/man1/xvic.1.gz
@unexec rm %D/man/man1/xpet.1.gz
@unexec rm %D/man/man1/recomment.1.gz