diff options
author | tron <tron> | 2000-12-17 17:43:18 +0000 |
---|---|---|
committer | tron <tron> | 2000-12-17 17:43:18 +0000 |
commit | 460826ec7a3982b5610e8f4c2ba07a36753bc51c (patch) | |
tree | fb8f4080b641db5d322180e83ff92ca7ad78f131 | |
parent | d73923faa31fe872758e93d9df7bdbb83c354a63 (diff) | |
download | pkgsrc-460826ec7a3982b5610e8f4c2ba07a36753bc51c.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.
-rw-r--r-- | emulators/plex86/Makefile | 3 |
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 \ |