diff options
author | asami <asami@FreeBSD.org> | 1998-08-20 17:45:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-20 17:45:01 +0800 |
commit | 41e6267bcd8d3b06021925c37fcf03125b5527cb (patch) | |
tree | cac4818385f194e1317399bd1de797ab925c7151 /sysutils/doconfig | |
parent | c3dc49aca6b2e30c04b8cbfd586ae08716443e48 (diff) | |
download | freebsd-ports-gnome-41e6267bcd8d3b06021925c37fcf03125b5527cb.tar.gz freebsd-ports-gnome-41e6267bcd8d3b06021925c37fcf03125b5527cb.tar.zst freebsd-ports-gnome-41e6267bcd8d3b06021925c37fcf03125b5527cb.zip |
Remove bogus tab at the beginning of (or at the end of) an empty line.
Found by: portlint
Diffstat (limited to 'sysutils/doconfig')
-rw-r--r-- | sysutils/doconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/doconfig/Makefile b/sysutils/doconfig/Makefile index 20b8221d5c85..2d58e2fbdc00 100644 --- a/sysutils/doconfig/Makefile +++ b/sysutils/doconfig/Makefile @@ -3,7 +3,7 @@ # Date created: 7/27/1998 # Whom: nectar@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/03 06:28:04 nectar Exp $ # DISTNAME= doconfig-1.1 @@ -21,7 +21,7 @@ do-build: @ ${SED} 's#%%PREFIX%%#${PREFIX}#g' <${WRKSRC}/_doconfig \ >${WRKSRC}/doconfig @ ${RM} ${WRKSRC}/_doconfig - + do-install: .for f in autokernconf doconfig ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/sbin/${f} |