From da088e7414e8fa9b872ab2aef8ee9760b2c6d177 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 8 Aug 2002 09:40:38 +0000 Subject: avoid installing a .orig file. Fixes a leftover file found in last bulk build --- parallel/pvm3/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'parallel') diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile index dbab509fdda..4c5ee817d03 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/02/07 10:49:07 seb Exp $ +# $NetBSD: Makefile,v 1.23 2002/08/08 09:40:38 dmcmahill Exp $ DISTNAME= pvm3.4.3 PKGNAME= pvm-3.4.3 @@ -29,6 +29,10 @@ PLIST_SRC= ${WRKDIR}/PLIST-src PVM_DIR= ${PREFIX}/pvm3 +# avoid installing this file +post-patch: + ${RM} -f ${WRKSRC}/lib/pvmgetarch.orig + do-install: PVM_ARCH=`${PVM_ROOT}/lib/pvmgetarch` ; export PVM_ARCH ;\ ${INSTALL_PROGRAM_DIR} ${PVM_DIR}/bin/$$PVM_ARCH ;\ -- cgit v1.2.3