diff options
author | grant <grant> | 2003-04-20 20:40:03 +0000 |
---|---|---|
committer | grant <grant> | 2003-04-20 20:40:03 +0000 |
commit | 3321d9a49a21ad39d7e4a62717b650e79895b759 (patch) | |
tree | 26628167d5b17b5ca15dbd646b69229c118317f8 | |
parent | c564d3a4927fec65415545dae84bedcfb9bf6cef (diff) | |
download | pkgsrc-3321d9a49a21ad39d7e4a62717b650e79895b759.tar.gz |
whitespace police.
-rw-r--r-- | net/snort-mysql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/snort-mysql/Makefile b/net/snort-mysql/Makefile index a1583b5b500..29967f8d971 100644 --- a/net/snort-mysql/Makefile +++ b/net/snort-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/04/16 15:51:24 salo Exp $ +# $NetBSD: Makefile,v 1.6 2003/04/20 20:40:03 grant Exp $ # .include "../../net/snort/Makefile.common" @@ -15,10 +15,10 @@ CONFIGURE_ARGS+=--with-mysql=${BUILDLINK_PREFIX.mysql-client} USE_BUILDLINK2= YES -PKGDIR= ${.CURDIR}/../../net/snort +PKGDIR= ${.CURDIR}/../../net/snort FILESDIR= ${PKGDIR}/files -PATCHDIR= ${PKGDIR}/patches -DISTINFO_FILE= ${PKGDIR}/distinfo +PATCHDIR= ${PKGDIR}/patches +DISTINFO_FILE= ${PKGDIR}/distinfo .include "../../mk/bsd.prefs.mk" |