diff options
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/files/patch-Makefile.in | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 4213655850d3..4f78d78351b7 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -2,7 +2,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.26 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ diff --git a/security/cyrus-sasl2/files/patch-Makefile.in b/security/cyrus-sasl2/files/patch-Makefile.in new file mode 100644 index 000000000000..5d134c9ac94a --- /dev/null +++ b/security/cyrus-sasl2/files/patch-Makefile.in @@ -0,0 +1,13 @@ +Index: Makefile.in +diff -u Makefile.in.orig Makefile.in +--- Makefile.in.orig 2012-11-07 04:21:39.000000000 +0900 ++++ Makefile.in 2012-11-21 02:47:44.864249361 +0900 +@@ -357,7 +357,7 @@ + EXTRA_DIST = config cmulocal win32 mac dlcompat-20010505 NTMakefile INSTALL.TXT \ + libsasl2.pc.in + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = libsasl2.pc + framedir = /Library/Frameworks/SASL2.framework + all: config.h |