diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
commit | 960543ecef69ee80e8cef4cb3a22e623071440c5 (patch) | |
tree | 22c4a6d0707e9e2799eaacf878b9d4e2ffbc4e02 /sysutils/xloadface | |
parent | 9647ca36cdba95e38253de912be65e456bd59da0 (diff) |
Corrrect whitespace introduced during PORTNAME conversion and portlint
Notes
Notes:
svn path=/head/; revision=27887
Diffstat (limited to 'sysutils/xloadface')
-rw-r--r-- | sysutils/xloadface/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xloadface/Makefile b/sysutils/xloadface/Makefile index 73851f497f6e..8250eb91585a 100644 --- a/sysutils/xloadface/Makefile +++ b/sysutils/xloadface/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xloadface -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.waseda.ac.jp/pub/X11others/ @@ -14,7 +14,7 @@ MAINTAINER= kazu@jp.freebsd.org BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf -PATCH_STRIP= -p1 +PATCH_STRIP= -p1 USE_IMAKE= yes XLOADFACEDIR= $(X11BASE)/lib/X11/xloadface |