diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /net/jwhois | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 5896411..3762aa9 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -13,12 +13,12 @@ MASTER_SITE_SUBDIR= jwhois MAINTAINER= matusita@jp.FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=${PREFIX}/var/jwhois +CONFIGURE_ARGS+= --localstatedir=${PREFIX}/var/jwhois USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" INSTALL_TARGET= install-strip |