diff options
author | obraun <obraun@FreeBSD.org> | 2003-08-04 17:48:38 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-08-04 17:48:38 +0800 |
commit | cc484d05a67257836b5722aa54ceac8e6ca41b85 (patch) | |
tree | 5b8e6b16f1437fadf4cad7153977303bd1ba0f7e | |
parent | 563b85d447985651161373f4b700dbac42e302a2 (diff) | |
download | freebsd-ports-gnome-cc484d05a67257836b5722aa54ceac8e6ca41b85.tar.gz freebsd-ports-gnome-cc484d05a67257836b5722aa54ceac8e6ca41b85.tar.zst freebsd-ports-gnome-cc484d05a67257836b5722aa54ceac8e6ca41b85.zip |
Replace "PKCS#5" with "PKCS\#5" instead of "PKCS 5".
-rw-r--r-- | devel/hs-crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile index b5584d1eed80..65712ce0699e 100644 --- a/devel/hs-crypto/Makefile +++ b/devel/hs-crypto/Makefile @@ -30,7 +30,7 @@ ALL_TARGET= # empty post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/Makefile ${WRKSRC}/package.conf - @${REINPLACE_CMD} -e 's|PKCS#5|PKCS 5|' \ + @${REINPLACE_CMD} -e 's|PKCS#5|PKCS\\#5|' \ ${WRKSRC}/Codec/Encryption/Padding.hs do-configure: |