diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-15 14:41:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-15 14:41:51 +0000 |
commit | d9e6cb319019c41c18837b5b2db05dfea003ce7d (patch) | |
tree | 2bb2c091a4949a252305a574c10e45672a5e7272 /net | |
parent | c7932517a1c19ceb5656ad6f1ed96998a49f6a07 (diff) | |
download | pkgsrc-d9e6cb319019c41c18837b5b2db05dfea003ce7d.tar.gz |
Prepend ${.CURDIR} to some paths.
Diffstat (limited to 'net')
-rw-r--r-- | net/snort-pgsql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile index 530ee70ae69..09a43b8bbc3 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/02 13:01:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/15 14:41:51 wiz Exp $ # .include "../snort/Makefile.common" @@ -11,8 +11,8 @@ CONFLICTS+= snort-[0-9]* CONFIGURE_ARGS+=--with-postgresql=${BUILDLINK_DIR} -PATCHDIR= ../snort/patches -DISTINFO_FILE= ../snort/distinfo +PATCHDIR= ${.CURDIR}/../snort/patches +DISTINFO_FILE= ${.CURDIR}/../snort/distinfo .include "../../databases/postgresql-lib/buildlink.mk" .include "../../net/libpcap/buildlink.mk" |