diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-02 23:47:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-02 23:47:15 +0000 |
commit | 723e590c30b8f29dcafd40fde52a2d55f2024aa0 (patch) | |
tree | 7f52273ba32a2538e24530ffdf84bed7d02e107c /security | |
parent | 788f37f8b6a8374f38713e58b9c283e0a2bd0ed3 (diff) | |
download | pkgsrc-723e590c30b8f29dcafd40fde52a2d55f2024aa0.tar.gz |
Respect whitespaces in SUBST_SED.fixme.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 4fad6ae307a..0a286e2439d 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2004/02/02 23:41:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.59 2004/02/02 23:47:15 xtraeme Exp $ DISTNAME= gnupg-1.2.4 CATEGORIES= security @@ -67,7 +67,7 @@ SUBST_FILES.fixme= mpi/i386/mpih-add1.S mpi/i386/mpih-lshift.S \ mpi/i386/mpih-mul1.S mpi/i386/mpih-mul2.S \ mpi/i386/mpih-mul3.S mpi/i386/mpih-rshift.S \ mpi/i386/mpih-sub1.S -SUBST_SED.fixme= -e "s,ALIGN(3),ALIGN(4),g" +SUBST_SED.fixme= -e "s,ALIGN (3),ALIGN (4),g" .endif |