diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-13 05:07:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-13 05:07:23 +0800 |
commit | afcad16740d2b9ba7c6b90161b0a279f1c5a89c8 (patch) | |
tree | e691798bba983193c5e38a9023f0029e814dfc0b /mail | |
parent | 79a6b838290bc7e471bae6cd74de4bb133fee029 (diff) | |
download | marcuscom-ports-afcad16740d2b9ba7c6b90161b0a279f1c5a89c8.tar marcuscom-ports-afcad16740d2b9ba7c6b90161b0a279f1c5a89c8.tar.gz marcuscom-ports-afcad16740d2b9ba7c6b90161b0a279f1c5a89c8.tar.bz2 marcuscom-ports-afcad16740d2b9ba7c6b90161b0a279f1c5a89c8.tar.lz marcuscom-ports-afcad16740d2b9ba7c6b90161b0a279f1c5a89c8.tar.xz marcuscom-ports-afcad16740d2b9ba7c6b90161b0a279f1c5a89c8.tar.zst marcuscom-ports-afcad16740d2b9ba7c6b90161b0a279f1c5a89c8.zip |
Don't append -devel to THUNDERBIRD since it will break things. However,
the port is still installed a thunderbird-devel.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4831 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index d2554d2c1..f2f3aa54a 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/thunderbird-devel/Makefile,v 1.7 2005/08/19 02:14:18 mezz Exp $ +# $MCom: ports/mail/thunderbird-devel/Makefile,v 1.8 2005/09/12 21:01:45 marcus Exp $ # PORTNAME= thunderbird @@ -46,7 +46,7 @@ LOCAL_SUBDIR= lib/${PORTNAME} LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} ESD_LIB= libesd.so.2 -THUNDERBIRD= ${PORTNAME}${PKGNAMESUFFIX} +THUNDERBIRD= ${PORTNAME} THUNDERBIRD_VER= 1.4 THUNDERBIRD_ICON_SRC= ${LOCAL_PREFIX}/lib/${THUNDERBIRD}-${THUNDERBIRD_VER}/icons/default.xpm THUNDERBIRD_ICON= ${PORTNAME}.xpm |