diff options
author | ume <ume@FreeBSD.org> | 2012-12-11 12:14:37 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2012-12-11 12:14:37 +0800 |
commit | c23e7623fd22225e4c4011ea223201cef6acaff1 (patch) | |
tree | deed7671a0feee210680bd26299767940c7f9d38 | |
parent | 8e3bd0b56b2cb0c1c2629057b28a0de91f3a50dd (diff) | |
download | freebsd-ports-gnome-c23e7623fd22225e4c4011ea223201cef6acaff1.tar.gz freebsd-ports-gnome-c23e7623fd22225e4c4011ea223201cef6acaff1.tar.zst freebsd-ports-gnome-c23e7623fd22225e4c4011ea223201cef6acaff1.zip |
Commit the patch that was forgotten when my
previous commit.
Pointy hat to: ume
-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 |