diff options
author | asami <asami@FreeBSD.org> | 1998-02-09 05:54:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-09 05:54:09 +0800 |
commit | 657d656325c70307cae56677d9f065212d92d896 (patch) | |
tree | 8a1e2b99b188109e9d38e066378bc291f85b6446 /print/xtem/Makefile | |
parent | 3cbc90e8ecd366c1f944ce3ea0792732023566f2 (diff) | |
download | freebsd-ports-gnome-657d656325c70307cae56677d9f065212d92d896.tar.gz freebsd-ports-gnome-657d656325c70307cae56677d9f065212d92d896.tar.zst freebsd-ports-gnome-657d656325c70307cae56677d9f065212d92d896.zip |
cp [a-z]* instead of *, the latter matches the CVS dir and fails.
Diffstat (limited to 'print/xtem/Makefile')
-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* |