diff options
author | adam <adam@FreeBSD.org> | 1994-09-26 03:43:30 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-09-26 03:43:30 +0800 |
commit | 836acf6dc6a20c8b17da53ab0a3a240cc6cb8daf (patch) | |
tree | 7aac0c409445e42e873648d0690191bc1bb0e8d7 /net/pmf | |
parent | cb09d477d7190686152ac374843cfbb3d518361b (diff) | |
download | freebsd-ports-gnome-836acf6dc6a20c8b17da53ab0a3a240cc6cb8daf.tar.gz freebsd-ports-gnome-836acf6dc6a20c8b17da53ab0a3a240cc6cb8daf.tar.zst freebsd-ports-gnome-836acf6dc6a20c8b17da53ab0a3a240cc6cb8daf.zip |
Don't install *.orig file left over from patching
Diffstat (limited to 'net/pmf')
-rw-r--r-- | net/pmf/Makefile | 3 |
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 - |