pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD already installs stripped; unbreak macOS.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz%NetBSD.org@localhost>
Pushed By:	schmonz
Date:		Wed Nov 11 08:56:08 2020 -0500
Changeset:	2d0ba4524d4af6f7cbbf63ab26e51d8f865c1e51

Modified Files:
	dovecot2-fts-xapian/Makefile

Log Message:
NetBSD already installs stripped; unbreak macOS.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2d0ba4524d4af6f7cbbf63ab26e51d8f865c1e51

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dovecot2-fts-xapian/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/dovecot2-fts-xapian/Makefile b/dovecot2-fts-xapian/Makefile
index dfe99419ca..6a76556315 100644
--- a/dovecot2-fts-xapian/Makefile
+++ b/dovecot2-fts-xapian/Makefile
@@ -27,9 +27,6 @@ pre-configure:
 	set -e; cd ${WRKSRC}; \
         autoreconf -i
 
-post-install:
-	${STRIP} ${DESTDIR}${PREFIX}/lib/dovecot/lib21_fts_xapian_plugin.so
-
 .include "../../textproc/xapian/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../mail/dovecot2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index