summaryrefslogtreecommitdiff
path: root/net/pmf
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1994-09-25 19:43:30 +0000
committerAdam David <adam@FreeBSD.org>1994-09-25 19:43:30 +0000
commite564de19a36bcd5084897f3ec0e6e4e76eb7e1b3 (patch)
tree5ee49ba0f1889ebc75a1feb2992cfb97b6ff3451 /net/pmf
parentOops, forgot terminating '/' on MASTER_SITES (diff)
Don't install *.orig file left over from patching
Notes
Notes: svn path=/head/; revision=128
Diffstat (limited to 'net/pmf')
-rw-r--r--net/pmf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile
index fc3e176958eb..fab96f50ba2c 100644
--- a/net/pmf/Makefile
+++ b/net/pmf/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Sep 1994
# Whom: adam
#
-# $Id: Makefile,v 1.1.1.1 1994/09/25 07:15:34 adam Exp $
+# $Id: Makefile,v 1.2 1994/09/25 19:12:02 adam Exp $
#
DISTNAME= pmf-1.13.1
@@ -12,6 +12,7 @@ WRKSRC= ${WRKDIR}/pmfdir/src
pre-install:
@mkdir -p /usr/local/lib/pmf
+ @find ${WRKSRC}/../system_dir -name '*.orig' -exec rm {} \;
@-mv ${WRKSRC}/../doc/pmf.doc ${WRKSRC}/../system_dir
@tar -C ${WRKSRC}/../system_dir -cf - . \
| tar -C /usr/local/lib/pmf -xf -