diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /net/firetalk | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'net/firetalk')
-rw-r--r-- | net/firetalk/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/firetalk/Makefile b/net/firetalk/Makefile index bc8dfaf71107..c2a580913d1e 100644 --- a/net/firetalk/Makefile +++ b/net/firetalk/Makefile @@ -5,18 +5,18 @@ # $FreeBSD$ # -PORTNAME= firetalk -PORTVERSION= 0.0.10 -CATEGORIES= net -MASTER_SITES= http://www.penguinhosting.net/~ian/firetalk/ +PORTNAME= firetalk +PORTVERSION= 0.0.10 +CATEGORIES= net +MASTER_SITES= http://www.penguinhosting.net/~ian/firetalk/ -MAINTAINER= greid@ukug.uk.freebsd.org +MAINTAINER= greid@ukug.uk.freebsd.org -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME} -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes -FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h +FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/firetalk ${PREFIX}/bin |