Install lib into generic components dir instead of arch specific dir.
Problem noticed by steven@ diff from martynas@ okay both. NOTE: Due to change in location of the lib, anyone upgrading from 0.95.0 will need to uninstall 0.95.0, run thunderbird once then install 0.95.0p0. Upgrading from prior versions will work fine.
This commit is contained in:
parent
cc765751f5
commit
502709d398
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/04/30 22:41:52 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/05/03 13:35:50 kurt Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -10,6 +10,7 @@ COMMENT= "GnuPG extension for Thunderbird"
|
||||
|
||||
VER= 0.95.0
|
||||
DISTNAME= enigmail-${VER}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= mail security
|
||||
|
||||
SHARED_LIBS= enigmime 13.0
|
||||
@ -66,5 +67,7 @@ do-build:
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${GLOBALDIR}
|
||||
unzip -q ${MOZBIN}/${ENIGMAIL_XPI} -d ${GLOBALDIR}
|
||||
mv ${GLOBALDIR}/platform/OpenBSD_*/components/libenigmime.so.* \
|
||||
${GLOBALDIR}/components/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/04/30 22:41:52 martynas Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/05/03 13:35:50 kurt Exp $
|
||||
mozilla-thunderbird/extensions/${GUID}/
|
||||
mozilla-thunderbird/extensions/${GUID}/chrome/
|
||||
mozilla-thunderbird/extensions/${GUID}/chrome.manifest
|
||||
@ -11,6 +11,7 @@ mozilla-thunderbird/extensions/${GUID}/components/enigmail.xpt
|
||||
mozilla-thunderbird/extensions/${GUID}/components/enigmime.xpt
|
||||
mozilla-thunderbird/extensions/${GUID}/components/enigprefs-service.js
|
||||
mozilla-thunderbird/extensions/${GUID}/components/ipc.xpt
|
||||
@lib mozilla-thunderbird/extensions/${GUID}/components/libenigmime.so.${LIBenigmime_VERSION}
|
||||
mozilla-thunderbird/extensions/${GUID}/defaults/
|
||||
mozilla-thunderbird/extensions/${GUID}/defaults/pref/
|
||||
mozilla-thunderbird/extensions/${GUID}/defaults/pref/enigmail.js
|
||||
@ -19,4 +20,3 @@ mozilla-thunderbird/extensions/${GUID}/defaults/preferences/enigmail.js
|
||||
mozilla-thunderbird/extensions/${GUID}/enigmail.spec
|
||||
mozilla-thunderbird/extensions/${GUID}/install.js
|
||||
mozilla-thunderbird/extensions/${GUID}/install.rdf
|
||||
@lib mozilla-thunderbird/extensions/${GUID}/platform/OpenBSD_x86-gcc3/components/libenigmime.so.${LIBenigmime_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user