diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
commit | 5ac8ad700481573bca146bdf809b1f45c8437e24 (patch) | |
tree | 4373a04cd43d2143f808073cf6b95c49198d17c6 /security/snortsnarf | |
parent | 9984e0604a93cd3c3942a51b0167b8a7fe50ef86 (diff) | |
download | pkgsrc-5ac8ad700481573bca146bdf809b1f45c8437e24.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'security/snortsnarf')
-rw-r--r-- | security/snortsnarf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index 5c2880e56ed..64068da032c 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/16 01:19:19 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/09/28 14:31:08 rillig Exp $ # DISTNAME= SnortSnarf-050314.1 @@ -21,7 +21,7 @@ REPLACE_PERL= snortsnarf.pl include/ann_xml.pl include/web_utils.pl \ SUBST_CLASSES+= paths SUBST_STAGE.paths= post-patch SUBST_FILES.paths= snortsnarf.pl -SUBST_SED.paths= -e "s|./include|${PREFIX}/share/snortsnarf|g" +SUBST_SED.paths= -e "s|./include|${PREFIX}/share/snortsnarf|g" SUBST_MESSAGE.paths= "Fixing paths." INSTALLATION_DIRS= bin |