diff options
author | hoek <hoek@FreeBSD.org> | 1998-09-19 00:41:11 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-09-19 00:41:11 +0000 |
commit | f0b6d219033d67478ea8bd57089da2c196026fc3 (patch) | |
tree | 5e8f65029c99858ca1503aa76a1b4f17d9976646 /emulators/vice/Makefile | |
parent | 1fd9442a0fc8ab7ecbfb6f8ec6688a25809c74d8 (diff) | |
download | FreeBSD-ports-f0b6d219033d67478ea8bd57089da2c196026fc3.zip FreeBSD-ports-f0b6d219033d67478ea8bd57089da2c196026fc3.tar.gz |
Sync with a version that uses MLINKS.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index d04f72f..d6e7c86 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -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> |