diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-10 19:59:14 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-10 19:59:14 +0800 |
commit | a4a6a260ab4b87942801309d152ce7bfb858d1db (patch) | |
tree | 53e7852c7dfceb760182fa76c52906b475fd902e /www/seamonkey | |
parent | d18f32af58414b7fac277b4bd0da965ae4899a05 (diff) | |
download | freebsd-ports-gnome-a4a6a260ab4b87942801309d152ce7bfb858d1db.tar.gz freebsd-ports-gnome-a4a6a260ab4b87942801309d152ce7bfb858d1db.tar.zst freebsd-ports-gnome-a4a6a260ab4b87942801309d152ce7bfb858d1db.zip |
Don't install movemail fix if built with WITHOUT_MAILNEWS
Pointed out by: pav
Approved by: pav (co mentor)
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index eef3406e3baf..477ef978892e 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -301,7 +301,9 @@ pre-install: fi ${ECHO_CMD} lib/${MOZILLA}/mozilla >> ${PLIST} ${ECHO_CMD} lib/${MOZILLA}/mozilla-config >> ${PLIST} +.if !defined(WITHOUT_MAILNEWS) @${CP} -RL ${WRKSRC}/dist/bin/defaults/isp ${FAKEDIR}/lib/${MOZILLA}/defaults +.endif cd ${FAKEDIR}/lib/${MOZILLA} && ${FIND} -s * -type f -o -type l | \ ${SED} -e 's:^:lib/${MOZILLA}/:' >> ${PLIST} \ && ${FIND} -d * -type d | \ |