summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-09-19 00:41:11 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-09-19 00:41:11 +0000
commit791905a23867ec59444dda46cc915b05148efd2d (patch)
treedcbed4917ef622f22b0749a617045de702167322 /emulators
parentAdd an MLINKS line. (diff)
Sync with a version that uses MLINKS.
Notes
Notes: svn path=/head/; revision=13229
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/Makefile15
-rw-r--r--emulators/vice/pkg-plist8
2 files changed, 3 insertions, 20 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index d04f72f7d061..d6e7c8625e1e 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>
diff --git a/emulators/vice/pkg-plist b/emulators/vice/pkg-plist
index 2a873b5eb818..8913e18976fa 100644
--- a/emulators/vice/pkg-plist
+++ b/emulators/vice/pkg-plist
@@ -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