diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-23 13:00:52 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-23 13:00:52 +0800 |
commit | 0d99160a2e745864435af2b02e12d850ec804e35 (patch) | |
tree | 7c1477a334caa54201788e5d634306e132f13dc5 /mail | |
parent | a39548ef2f05453e5efe8409f4ebc0252f07546f (diff) | |
download | marcuscom-ports-0d99160a2e745864435af2b02e12d850ec804e35.tar marcuscom-ports-0d99160a2e745864435af2b02e12d850ec804e35.tar.gz marcuscom-ports-0d99160a2e745864435af2b02e12d850ec804e35.tar.bz2 marcuscom-ports-0d99160a2e745864435af2b02e12d850ec804e35.tar.lz marcuscom-ports-0d99160a2e745864435af2b02e12d850ec804e35.tar.xz marcuscom-ports-0d99160a2e745864435af2b02e12d850ec804e35.tar.zst marcuscom-ports-0d99160a2e745864435af2b02e12d850ec804e35.zip |
- Remove a unneeded line
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5191 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 2b3f2edcf..7cf361b42 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/thunderbird/Makefile,v 1.9 2005/11/22 21:29:13 ahze Exp $ +# $MCom: ports/mail/thunderbird/Makefile,v 1.10 2005/11/23 04:54:57 ahze Exp $ # PORTNAME= thunderbird @@ -69,7 +69,6 @@ post-patch: pre-install: ${ECHO_CMD} 'share/applications/${PORTNAME}.desktop' >> ${PLIST} ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} - @${MKDIR} ${FAKEDIR}/lib/${PORTNAME}-${PORTVERSION}/defaults post-install: ${MKDIR} ${PREFIX}/share/applications |