diff options
author | frueauf <frueauf> | 1998-02-28 10:42:39 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-28 10:42:39 +0000 |
commit | da550504a1b6fe044140db458b22098e1d973f8d (patch) | |
tree | 8427b53f25a133a21f9eaf181f234a2c7a778bde /mail/faces | |
parent | 8972cf22af465e67a94a8585d99b3e6bb552a791 (diff) | |
download | pkgsrc-da550504a1b6fe044140db458b22098e1d973f8d.tar.gz |
portlint: remove whitespaces; (WRKDIR)->{WRKDIR}
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 788cd3956ff..bddee197294 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -4,7 +4,7 @@ # Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> # Andreas Klemm <andreas@FreeBSD.ORG> # -# $NetBSD: Makefile,v 1.3 1998/02/26 16:10:42 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/02/28 10:42:39 frueauf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp # @@ -13,10 +13,10 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ \ ftp://odie.physik2.uni-rostock.de/pub/ EXTRACT_SUFX= .tar.Z - + MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE -WRKSRC= $(WRKDIR)/faces +WRKSRC= ${WRKDIR}/faces MAN1= compface.1 faces.1 face_update.1 uncompface.1 MAN3= compface.3 uncompface.3 |