diff options
author | oliver <oliver@FreeBSD.org> | 2014-03-29 03:38:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2014-03-29 03:38:04 +0800 |
commit | 9869fb3b2712b58f82b0d67603eb2b789e134c2a (patch) | |
tree | 9a10dee08c514a2ea364d71d907678032fa69bfa /mail | |
parent | fc8975aa95e83caf6abfa92d9dc1665c48c0d034 (diff) | |
download | freebsd-ports-gnome-9869fb3b2712b58f82b0d67603eb2b789e134c2a.tar.gz freebsd-ports-gnome-9869fb3b2712b58f82b0d67603eb2b789e134c2a.tar.zst freebsd-ports-gnome-9869fb3b2712b58f82b0d67603eb2b789e134c2a.zip |
remove -rpath argument which causes problems on CURRENT and seems not to be needed anyway
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 037e77e2b53a..94a3ad6ff87c 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -186,22 +186,8 @@ post-patch: @${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \ ${WRKSRC}/libs/liblock/configure - @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -rpath=:${LOCALBASE}/lib/courier-authlib|' \ - ${WRKSRC}/libs/sqwebmail/Makefile.in - @${REINPLACE_CMD} -e 's|mkdir -p|${MKDIR}|g' ${WRKSRC}/libs/pcp/configure -# @${REINPLACE_CMD} -e 's|@LIBTOOL@|${LIBTOOL}| ; \ -# s|$$(SHELL) $$(MKINSTALLDIRS)|$$(MKINSTALLDIRS)| ; \ -# s|$$(libdir)/charset|$$(prefix)/libdata/charset|g ; \ -# s|$$(libdir)/t-charset|$$(prefix)/libdata/t-charset|g' \ -# ${WRKSRC}/libs/pcp/intl/Makefile.in - -post-install: -# ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ -# ${FILESDIR}/sqwebmail-sqwebmaild.sh > ${WRKDIR}/sqwebmail-sqwebmaild.sh -# ${INSTALL_SCRIPT} ${WRKDIR}/sqwebmail-sqwebmaild.sh ${RCDIR}/sqwebmail-sqwebmaild.sh - .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for a in ${EXTRA_DOCS} |