summaryrefslogtreecommitdiff
path: root/emulators/plex86
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-12-17 17:43:18 +0000
committertron <tron@pkgsrc.org>2000-12-17 17:43:18 +0000
commit49756c997356b675145125bad587c6bcfb93cf3e (patch)
treefb8f4080b641db5d322180e83ff92ca7ad78f131 /emulators/plex86
parent5760bc6f57390a5dc73a5318eda0eb62543f9a9b (diff)
downloadpkgsrc-49756c997356b675145125bad587c6bcfb93cf3e.tar.gz
Only compress VGA font in "post-build" target if it wasn't compressed yet.
This way a second "make build" doesn't fail.
Diffstat (limited to 'emulators/plex86')
-rw-r--r--emulators/plex86/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile
index 609945c2c07..d005c88344a 100644
--- a/emulators/plex86/Makefile
+++ b/emulators/plex86/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/12/16 12:43:13 fvdl Exp $
+# $NetBSD: Makefile,v 1.11 2000/12/17 17:43:18 tron Exp $
#
DISTNAME= plex86-20001216
@@ -44,6 +44,7 @@ pre-build:
cd ${WRKSRC} && ${GTAR} xzf docs/output.tar.gz
post-build:
+ ${TEST} -f ${WRKSRC}/misc/vga.pcf.gz || \
${GZIP_CMD} -9 ${WRKSRC}/misc/vga.pcf
do-install: do-install-dirs do-install-binaries do-install-bios \