diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-14 13:49:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-14 13:49:50 +0800 |
commit | 17f2311393f87065d2fbbc3a6ca4008a93baf7ac (patch) | |
tree | d54c546ad6194f80a698c423f9972ba4aedf777a | |
parent | 96474a3060c2ceefa96aee0e471322a26bf14759 (diff) | |
download | freebsd-ports-gnome-17f2311393f87065d2fbbc3a6ca4008a93baf7ac.tar.gz freebsd-ports-gnome-17f2311393f87065d2fbbc3a6ca4008a93baf7ac.tar.zst freebsd-ports-gnome-17f2311393f87065d2fbbc3a6ca4008a93baf7ac.zip |
[PATCH] x11/xprompt: space --> tab
small portlint
PR: ports/94781
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer timeout
-rw-r--r-- | x11/xprompt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xprompt/Makefile b/x11/xprompt/Makefile index 60a425821807..e5967f974480 100644 --- a/x11/xprompt/Makefile +++ b/x11/xprompt/Makefile @@ -8,7 +8,7 @@ PORTNAME= xprompt PORTVERSION= 1.4 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= mph MAINTAINER= mph@freebsd.org |