diff options
author | tnn <tnn@pkgsrc.org> | 2009-11-28 22:03:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-11-28 22:03:34 +0000 |
commit | 1230140536947206f39a9c76fcc277e1e2a29b06 (patch) | |
tree | c473b954ea9d128bbd0e875bf6255cdc8157cbcd | |
parent | be99abf7be94fbdfff23562f4441fe323ac35539 (diff) | |
download | pkgsrc-1230140536947206f39a9c76fcc277e1e2a29b06.tar.gz |
catch up with www/seamonkey/Makefile.common rename
-rw-r--r-- | time/sunbird/Makefile-sunbird.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common index 07d63a91f44..c517cf512ac 100644 --- a/time/sunbird/Makefile-sunbird.common +++ b/time/sunbird/Makefile-sunbird.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-sunbird.common,v 1.14 2009/05/29 13:22:11 he Exp $ +# $NetBSD: Makefile-sunbird.common,v 1.15 2009/11/28 22:03:34 tnn Exp $ # used by time/sunbird/Makefile MOZILLA_BIN= sunbird-bin @@ -28,4 +28,4 @@ CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/chrome/app-chrome.manifest CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/compreg.dat CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/xpti.dat -.include "../../www/seamonkey/Makefile.common" +.include "../../www/seamonkey/legacy-Makefile.common" |