diff options
author | tron <tron> | 2001-01-07 17:07:13 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-07 17:07:13 +0000 |
commit | 30bc16b26381c2499aa81106a39cc89ad051ff22 (patch) | |
tree | b307423fb274eb25a325e0eb9533748efed88959 /emulators | |
parent | 4250eb1cd30f46449d4096c9180f034d3fc2db66 (diff) | |
download | pkgsrc-30bc16b26381c2499aa81106a39cc89ad051ff22.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 |