diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-08 21:54:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-08 21:54:09 +0000 |
commit | a0ea57b959da3d94eafd32c6d7aa8cd35ce81bac (patch) | |
tree | 2b5ffde851658384f4cd7f54cae212a758448942 /print/xtem | |
parent | a5b8ade1ab9f4ecbd97e36084ed4bcd3aa9a0504 (diff) | |
download | ports-a0ea57b959da3d94eafd32c6d7aa8cd35ce81bac.tar.gz ports-a0ea57b959da3d94eafd32c6d7aa8cd35ce81bac.zip |
cp [a-z]* instead of *, the latter matches the CVS dir and fails.
Notes
Notes:
svn path=/head/; revision=9629
Diffstat (limited to 'print/xtem')
-rw-r--r-- | print/xtem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xtem/Makefile b/print/xtem/Makefile index f64ccc16cda5..5be0d663ea82 100644 --- a/print/xtem/Makefile +++ b/print/xtem/Makefile @@ -3,7 +3,7 @@ # Date created: 01 June 1997 # Whom: Peter Cornelius <pc@inr.fzk.de> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/02/04 12:15:34 tg Exp $ DISTNAME= xtem_texmenu.6.18 PKGNAME= xtem-6.18 @@ -35,7 +35,7 @@ post-patch: ${WRKSRC}/xtem post-install: - @${CP} ${FILESDIR}/xtem_locals_german/* \ + @${CP} ${FILESDIR}/xtem_locals_german/[a-z]* \ ${PREFIX}/share/xtem_locals_german # clean up left-overs... @${RM} ${PREFIX}/share/xtem_locals_*/.nfs* |