From 841fee062e0ec1eaa311719759869642a27bba8b Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 25 Oct 2001 21:04:32 +0000 Subject: Move a one-liner post-extract script to be a standard package Makefile target, and remove the now unnecessary script file. --- emulators/xcopilot/Makefile | 5 ++++- emulators/xcopilot/scripts/post-extract | 9 --------- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100755 emulators/xcopilot/scripts/post-extract (limited to 'emulators/xcopilot') diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index 67dfb871ff1..171ec6b1e52 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 18:38:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/25 21:04:32 agc Exp $ # DISTNAME= xcopilot-0.6.6 @@ -15,4 +15,7 @@ GNU_CONFIGURE= YES USE_X11= YES USE_XPM= YES +post-extract: + ${RM} -f ${WRKSRC}/mc68k/custom.c + .include "../../mk/bsd.pkg.mk" diff --git a/emulators/xcopilot/scripts/post-extract b/emulators/xcopilot/scripts/post-extract deleted file mode 100755 index af703b69da6..00000000000 --- a/emulators/xcopilot/scripts/post-extract +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $NetBSD: post-extract,v 1.1 1999/02/23 23:56:32 nathanw Exp $ -# - -echo "Running post-extract script" - -cd ${WRKSRC} -rm -f mc68k/custom.c -- cgit v1.2.3