diff options
author | peter <peter@pkgsrc.org> | 2006-03-06 23:02:07 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2006-03-06 23:02:07 +0000 |
commit | b7760d381067eeebaa0cfb57b0fd8d2ba42122be (patch) | |
tree | 90f140230d1743be7fab63985b0ca704ad9b0c01 /sysutils/pfstat/Makefile | |
parent | 996e994cba668505a9e948f2b835c4ce8f26afa8 (diff) | |
download | pkgsrc-b7760d381067eeebaa0cfb57b0fd8d2ba42122be.tar.gz |
The previous commit to fix the include path didn't worked so well on
NetBSD 2 + pflkm, because the path was substituted by "__nonexistent__".
So to fix this properly, add a patch with CPP conditional which fixes
the path for __DragonFly__.
Diffstat (limited to 'sysutils/pfstat/Makefile')
-rw-r--r-- | sysutils/pfstat/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index 46ad13217e3..942489de6f1 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:56 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/03/06 23:02:07 peter Exp $ DISTNAME= pfstat-1.7 PKGREVISION= 1 @@ -13,12 +13,6 @@ NO_CONFIGURE= yes INSTALLATION_DIRS= bin man/man8 -SUBST_CLASSES+= path -SUBST_STAGE.path= post-patch -SUBST_FILES.path= pfstat.c -SUBST_SED.path= -e 's,net/pfvar.h,${H_PFLKM:S/\/usr\/include\///},g' -SUBST_MESSAGE.path= "Fixing include path." - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfstat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pfstat.8 ${PREFIX}/man/man8 |