diff options
author | tron <tron@pkgsrc.org> | 2001-01-07 17:07:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-07 17:07:13 +0000 |
commit | 0360b65f62d27db3c68d2b34e4800abf1ac9ccaf (patch) | |
tree | b307423fb274eb25a325e0eb9533748efed88959 /emulators | |
parent | f6ba3d0b30b9b65d892561a2a582da13d07f8f56 (diff) | |
download | pkgsrc-0360b65f62d27db3c68d2b34e4800abf1ac9ccaf.tar.gz |
Remove obsolete "pre-build" target.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/plex86/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/plex86/Makefile b/emulators/plex86/Makefile index 80e860803f9..15118924b8f 100644 --- a/emulators/plex86/Makefile +++ b/emulators/plex86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/01/07 14:58:26 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/01/07 17:07:13 tron Exp $ DISTNAME= plex86-20010106 PKGNAME= ${DISTNAME:S/-/-0./} @@ -42,9 +42,6 @@ pre-extract: @${FALSE} .endif -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 |